Navigation

Operators and Keywords

Function List:

C++ API

fnmatch.in.h File Reference

Go to the source code of this file.

Defines

#define FNM_PATHNAME   (1 << 0)
#define FNM_NOESCAPE   (1 << 1)
#define FNM_PERIOD   (1 << 2)
#define FNM_FILE_NAME   FNM_PATHNAME
#define FNM_LEADING_DIR   (1 << 3)
#define FNM_CASEFOLD   (1 << 4)
#define FNM_EXTMATCH   (1 << 5)
#define FNM_NOMATCH   1

Functions

int fnmatch (const char *__pattern, const char *__name, int __flags) _GL_ARG_NONNULL((1

Define Documentation

#define FNM_CASEFOLD   (1 << 4)
#define FNM_EXTMATCH   (1 << 5)
#define FNM_FILE_NAME   FNM_PATHNAME
#define FNM_LEADING_DIR   (1 << 3)
#define FNM_NOESCAPE   (1 << 1)
#define FNM_NOMATCH   1
#define FNM_PATHNAME   (1 << 0)
#define FNM_PERIOD   (1 << 2)

Function Documentation

int fnmatch ( const char *  __pattern,
const char *  __name,
int  __flags 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines