Home
last modified time | relevance | path

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

/php-src/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-src/ext/standard/
H A Dfile.stub.php468 const FNM_PATHNAME = UNKNOWN; define
H A Dfile_arginfo.h117 REGISTER_LONG_CONSTANT("FNM_PATHNAME", FNM_PATHNAME, CONST_PERSISTENT); in register_file_symbols()

Completed in 8 milliseconds