Searched refs:FNM_PERIOD (Results 1 – 9 of 9) sorted by relevance
120 if (sc == '.' && (flags & FNM_PERIOD) && in fnmatch1()132 if (sc == '.' && (flags & FNM_PERIOD) && in fnmatch1()174 if (sc == '.' && (flags & FNM_PERIOD) && in fnmatch1()
37 #define FNM_PERIOD 0x04 /* Leading period in string must be exactly */ macro
36 #define FNM_PERIOD 0x0004 /* explicit match for leading . */ macro
45 FNM_PERIOD, REG_SHELL_DOT,
45 #define FNM_PERIOD 0x0004 /* explicit match for leading . */ macro
1038 fnmflags |= FNM_PERIOD;