Searched refs:FNM_PERIOD (Results 1 – 2 of 2) sorted by relevance
40 #define FNM_PERIOD 0x04 /* Period must be matched by period. */ macro
319 if ((flags & FNM_PERIOD) && (*string == '.')) in fnmatch()