Home
last modified time | relevance | path

Searched defs:FNM_PERIOD (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/usr.sbin/httpd/src/include/
Dfnmatch.h49 #define FNM_PERIOD 0x04 /* Period must be matched by period. */ macro
/mirbsd/src/include/
Dfnmatch.h43 #define FNM_PERIOD 0x04 /* Period must be matched by period. */ macro
/mirbsd/src/gnu/usr.bin/binutils/include/
Dfnmatch.h50 #define FNM_PERIOD (1 << 2) /* Leading `.' is matched only explicitly. */ macro