Searched refs:FNM_PATHNAME (Results 1 – 4 of 4) sorted by relevance
72 if (*string == '/' && (flags & FNM_PATHNAME)) in fnmatch()76 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch()88 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch()93 if (flags & FNM_PATHNAME) in fnmatch()99 else if (c == '/' && flags & FNM_PATHNAME) { in fnmatch()109 if (test == '/' && flags & FNM_PATHNAME) in fnmatch()117 if (*string == '/' && flags & FNM_PATHNAME) in fnmatch()
45 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ macro
468 const FNM_PATHNAME = UNKNOWN; define
119 REGISTER_LONG_CONSTANT("FNM_PATHNAME", FNM_PATHNAME, CONST_PERSISTENT); in register_file_symbols()
Completed in 13 milliseconds