Searched refs:GLOB_LIMIT (Results 1 – 18 of 18) sorted by relevance
92 #define GLOB_LIMIT 0x1000 /* limit number of returned paths */ macro95 #define GLOB_MAXPATH GLOB_LIMIT
169 if (flags & GLOB_LIMIT) { in freebsd11_glob()235 if ((pglob->gl_flags & GLOB_LIMIT) && in globexp0()262 if ((pglob->gl_flags & GLOB_LIMIT) && in globexp1()625 if ((pglob->gl_flags & GLOB_LIMIT) && in glob2()729 if ((pglob->gl_flags & GLOB_LIMIT) && in glob3()821 if ((pglob->gl_flags & GLOB_LIMIT) && in globextend()857 if ((pglob->gl_flags & GLOB_LIMIT) && in globextend()
201 if (flags & GLOB_LIMIT) { in glob()267 if ((pglob->gl_flags & GLOB_LIMIT) && in globexp0()294 if ((pglob->gl_flags & GLOB_LIMIT) && in globexp1()658 if ((pglob->gl_flags & GLOB_LIMIT) && in glob2()761 if ((pglob->gl_flags & GLOB_LIMIT) && in glob3()853 if ((pglob->gl_flags & GLOB_LIMIT) && in globextend()889 if ((pglob->gl_flags & GLOB_LIMIT) && in globextend()
79 #define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */ macro
97 #define GLOB_LIMIT 0x2000 /* Limit pattern match output to ARG_MAX */ macro
647 if ((pglob->gl_flags & GLOB_LIMIT) &&745 if ((pglob->gl_flags & GLOB_LIMIT) &&856 if ((pglob->gl_flags & GLOB_LIMIT) &&883 if ((pglob->gl_flags & GLOB_LIMIT) &&
98 flags |= GLOB_LIMIT; in ftpd_popen()
1725 flags |= GLOB_LIMIT;
3148 flags |= GLOB_LIMIT; in send_file_list()
144 GLOB_LIMIT in ftpd_popen()
2226 GLOB_LIMIT in send_file_list()
91 #define GLOB_LIMIT 0x1000 /* Limit memory used by matches to ARG_MAX */
682 if ((pglob->gl_flags & GLOB_LIMIT) && (newsize + *limit) >= ARG_MAX) { in globextend()
1178 * glob.c: add GLOB_LIMIT (from NetBSD)
453 * ftpd/ftpd.c, ftpd/popen.c: always use GLOB_LIMIT454 * ftpd/popen.c (ftpd_popen): use GLOB_LIMIT if defined455 * ftpd/ftpd.c (send_file_list): use GLOB_LIMIT if defined
466 GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
882 for GLOB_LIMIT and fixing various buffer overflows.
17863 GLOB_LIMIT