Home
last modified time | relevance | path

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

/php-src/win32/
H A Dfnmatch.c74 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch()
86 if (*string == '.' && (flags & FNM_PERIOD) && in fnmatch()
107 if (!fnmatch(pattern, string, flags & ~FNM_PERIOD)) in fnmatch()
H A Dfnmatch.h46 #define FNM_PERIOD 0x04 /* Period must be matched by period. */ macro
/php-src/ext/standard/
H A Dfile.stub.php473 const FNM_PERIOD = UNKNOWN; define
H A Dfile_arginfo.h120 REGISTER_LONG_CONSTANT("FNM_PERIOD", FNM_PERIOD, CONST_PERSISTENT); in register_file_symbols()

Completed in 13 milliseconds