Go to the documentation of this file.
27 # if (defined __STDC__ && __STDC__) || defined __cplusplus
28 # define __const const
41 #define FNM_PATHNAME (1 << 0)
42 #define FNM_NOESCAPE (1 << 1)
43 #define FNM_PERIOD (1 << 2)
45 #if !defined _POSIX_C_SOURCE || _POSIX_C_SOURCE < 2 || defined _GNU_SOURCE
46 # define FNM_FILE_NAME FNM_PATHNAME
47 # define FNM_LEADING_DIR (1 << 3)
48 # define FNM_CASEFOLD (1 << 4)
49 # define FNM_EXTMATCH (1 << 5)
60 # define FNM_NOSYS (-1)