Searched refs:GLOB_LIMIT (Results 1 – 18 of 18) sorted by relevance
95 #define GLOB_LIMIT 0x1000 /* limit number of returned paths */ macro98 #define GLOB_MAXPATH GLOB_LIMIT
174 if (flags & GLOB_LIMIT) { in freebsd11_glob()240 if ((pglob->gl_flags & GLOB_LIMIT) && in globexp0()267 if ((pglob->gl_flags & GLOB_LIMIT) && in globexp1()631 if ((pglob->gl_flags & GLOB_LIMIT) && in glob2()735 if ((pglob->gl_flags & GLOB_LIMIT) && in glob3()827 if ((pglob->gl_flags & GLOB_LIMIT) && in globextend()863 if ((pglob->gl_flags & GLOB_LIMIT) && in globextend()
205 if (flags & GLOB_LIMIT) { in glob()271 if ((pglob->gl_flags & GLOB_LIMIT) && in globexp0()298 if ((pglob->gl_flags & GLOB_LIMIT) && in globexp1()663 if ((pglob->gl_flags & GLOB_LIMIT) && in glob2()766 if ((pglob->gl_flags & GLOB_LIMIT) && in glob3()858 if ((pglob->gl_flags & GLOB_LIMIT) && in globextend()894 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) &&
107 flags |= GLOB_LIMIT; in ftpd_popen()
1736 flags |= GLOB_LIMIT;
3191 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