Searched refs:GLOB_TILDE (Results 1 – 4 of 4) sorted by relevance
80 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
101 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE; in ftpd_popen()
3216 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE; in send_file_list()
380 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE)) in globtilde()