Macros | |
#define | __P(args) () |
#define | FNM_CASEFOLD (1 << 4) /* Compare without regard to case. */ |
#define | FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */ |
#define | FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ |
#define | FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ |
#define | FNM_NOMATCH 1 |
#define | FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ |
#define | FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */ |
Functions | |
int fnmatch | __P ((const char *__pattern, const char *__string, int __flags)) |
#define __P | ( | args | ) | () |
#define FNM_CASEFOLD (1 << 4) /* Compare without regard to case. */ |
#define FNM_FILE_NAME FNM_PATHNAME /* Preferred GNU name. */ |
#define FNM_LEADING_DIR (1 << 3) /* Ignore `/...' after a match. */ |
#define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ |
#define FNM_NOMATCH 1 |
#define FNM_PATHNAME (1 << 0) /* No wildcard can ever match `/'. */ |
#define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */ |