Home
last modified time | relevance | path

Searched defs:FNM_NOESCAPE (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/include/
Dfnmatch.h43 #define FNM_NOESCAPE 0x01 /* Disable backslash escaping. */ macro
/netbsd/src/external/gpl3/gcc/dist/include/
Dfnmatch.h49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd/src/external/gpl3/binutils/dist/include/
Dfnmatch.h49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd/src/external/gpl3/gdb/dist/include/
Dfnmatch.h49 #define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro
/netbsd/src/external/gpl2/xcvs/dist/lib/
Dfnmatch_.h33 # define FNM_NOESCAPE (1 << 1) /* Backslashes don't quote special chars. */ macro