Home
last modified time | relevance | path

Searched refs:GLOB_BRACE (Results 1 – 5 of 5) sorted by relevance

/haiku/headers/posix/
H A Dglob.h76 #define GLOB_BRACE 0x0080 /* Expand braces ala csh. */ macro
/haiku/src/bin/network/ftpd/
H A Dpopen.c101 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE; in ftpd_popen()
H A Dftpcmd.y1734 int flags = GLOB_BRACE | GLOB_NOCHECK;
H A Dftpd.c3216 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE; in send_file_list()
/haiku/src/system/libroot/posix/
H A Dglob.c234 if (flags & GLOB_BRACE) in glob()