Searched defs:FNM_PERIOD (Results 1 – 3 of 3) sorted by relevance
49 #define FNM_PERIOD 0x04 /* Period must be matched by period. */ macro
43 #define FNM_PERIOD 0x04 /* Period must be matched by period. */ macro
50 #define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */ macro