Searched refs:FNM_NOESCAPE (Results 1 – 3 of 3) sorted by relevance
37 MACRO(FNM_NOESCAPE); in fnmatch_h()
47 #define FNM_NOESCAPE 0x01 macro
148 const int escape = !(flags & FNM_NOESCAPE); in fnmatch_ch()287 const int escape = !(flags & FNM_NOESCAPE); in fnmatch()