Searched refs:FNM_PATHNAME (Results 1 – 3 of 3) sorted by relevance
73 if (*string == '/' && (flags & FNM_PATHNAME)) in fnmatch()77 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch()89 ((flags & FNM_PATHNAME) && *(string - 1) == '/'))) in fnmatch()94 if (flags & FNM_PATHNAME) in fnmatch()100 else if (c == '/' && flags & FNM_PATHNAME) { in fnmatch()110 if (test == '/' && flags & FNM_PATHNAME) in fnmatch()118 if (*string == '/' && flags & FNM_PATHNAME) in fnmatch()
46 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ macro
309 REGISTER_LONG_CONSTANT("FNM_PATHNAME", FNM_PATHNAME, CONST_CS | CONST_PERSISTENT); in PHP_INI_END()
Completed in 11 milliseconds