Home
last modified time | relevance | path

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

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

Completed in 11 milliseconds