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