Home
last modified time | relevance | path

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

/haiku/headers/posix/
H A Dglob.h81 #define GLOB_LIMIT 0x1000 /* limit number of returned paths */ macro
84 #define GLOB_MAXPATH GLOB_LIMIT
/haiku/src/bin/network/ftpd/
H A Dpopen.c105 flags |= GLOB_LIMIT; in ftpd_popen()
H A Dftpcmd.y1739 flags |= GLOB_LIMIT;
H A Dftpd.c3220 flags |= GLOB_LIMIT; in send_file_list()
/haiku/src/system/libroot/posix/
H A Dglob.c188 if (flags & GLOB_LIMIT) { in glob()