Searched refs:GLOB_TILDE (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/posix/
H A Dglob.h80 #define GLOB_TILDE 0x0800 /* Expand tilde names from the passwd file. */ macro
/haiku/src/bin/network/ftpd/
H A Dpopen.c101 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE;
H A Dftpd.c3216 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE;
/haiku/src/system/libroot/posix/
H A Dglob.c56 * GLOB_TILDE:
380 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE))

Completed in 52 milliseconds