Home
last modified time | relevance | path

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; in ftpd_popen()
H A Dftpd.c3216 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE; in send_file_list()
/haiku/src/system/libroot/posix/
H A Dglob.c380 if (*pattern != TILDE || !(pglob->gl_flags & GLOB_TILDE)) in globtilde()