Home
last modified time | relevance | path

Searched refs:FNM_PATHNAME (Results 1 – 3 of 3) sorted by relevance

/PHP-7.4/win32/
H A Dfnmatch.c72 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()
H A Dfnmatch.h45 #define FNM_PATHNAME 0x02 /* Slash must be matched by slash. */ macro
/PHP-7.4/ext/standard/
H A Dfile.c314 REGISTER_LONG_CONSTANT("FNM_PATHNAME", FNM_PATHNAME, CONST_CS | CONST_PERSISTENT); in PHP_INI_END()

Completed in 13 milliseconds