Home
last modified time | relevance | path

Searched refs:FNM_LEADING_DIR (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/win32/
H A Dfnmatch.h48 #define FNM_LEADING_DIR 0x08 /* Ignore /<tail> after Imatch. */ macro
H A Dfnmatch.c67 if ((flags & FNM_LEADING_DIR) && *string == '/') in fnmatch()
95 return ((flags & FNM_LEADING_DIR) || in fnmatch()

Completed in 5 milliseconds