Searched refs:GLOB_TILDE (Results 1 – 2 of 2) sorted by relevance
/PHP-7.4/win32/ | ||
H A D | glob.h | 86 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro |
H A D | glob.c | 367 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE)) |
Completed in 13 milliseconds