Defines an interface to the GNU file name pattern match routine. More...
Go to the source code of this file.
Defines | |
#define | __FNM_FLAGS (FNM_PATHNAME|FNM_NOESCAPE|FNM_PERIOD) |
#define | FNM_NOESCAPE (1 << 1) |
#define | FNM_NOMATCH 1 |
#define | FNM_PATHNAME (1 << 0) |
#define | FNM_PERIOD (1 << 2) |
Defines an interface to the GNU file name pattern match routine.
Definition in file fnmatch.h.