ReactOS 0.4.16-dev-297-gc569aee
|
#include <schily/mconfig.h>
Go to the source code of this file.
Macros | |
#define | FNM_NOMATCH 1 /* Match failed. */ |
#define | FNM_ERROR 2 /* An error occured */ |
#define | FNM_NOSYS 3 /* Function (XPG4) not supported */ |
#define | FNM_NOESCAPE 0x01 /* Disable backslash escaping. */ |
#define | FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ |
#define | FNM_PERIOD 0x04 /* Period must be matched by period. */ |
#define | FNM_IGNORECASE 0x10 /* Ignore case when making comparisons */ |
#define | FNM_CASEFOLD FNM_IGNORECASE |
#define | FNM_LEADING_DIR 0x20 /* Ignore /<tail> after Imatch. */ |
#define | fnmatch js_fnmatch |
Functions | |
int fnmatch | __PR ((const char *, const char *, int)) |
#define FNM_CASEFOLD FNM_IGNORECASE |
#define FNM_IGNORECASE 0x10 /* Ignore case when making comparisons */ |
#define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */ |
#define fnmatch js_fnmatch |