Searched refs:FNM_PATHNAME (Results 1 – 2 of 2) sorted by relevance
39 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ macro45 #define FNM_FILE_NAME FNM_PATHNAME
151 const int slash = !!(flags & FNM_PATHNAME); in fnmatch_ch()284 const int slash = !!(flags & FNM_PATHNAME); in fnmatch()