Home
last modified time | relevance | path

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

/freebsd/include/
H A Dglob.h92 #define GLOB_LIMIT 0x1000 /* limit number of returned paths */ macro
95 #define GLOB_MAXPATH GLOB_LIMIT
/freebsd/lib/libc/gen/
H A Dglob-compat11.c169 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()
H A Dglob.c201 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()
/freebsd/contrib/tcsh/
H A Dglob.h79 #define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */ macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.h97 #define GLOB_LIMIT 0x2000 /* Limit pattern match output to ARG_MAX */ macro
H A Dglob.c647 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) &&
/freebsd/libexec/ftpd/
H A Dpopen.c98 flags |= GLOB_LIMIT; in ftpd_popen()
H A Dftpcmd.y1725 flags |= GLOB_LIMIT;
H A Dftpd.c3148 flags |= GLOB_LIMIT; in send_file_list()
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c144 GLOB_LIMIT in ftpd_popen()
H A Dftpd.c2226 GLOB_LIMIT in send_file_list()
/freebsd/crypto/heimdal/lib/roken/
H A Dglob.hin91 #define GLOB_LIMIT 0x1000 /* Limit memory used by matches to ARG_MAX */
H A Dglob.c682 if ((pglob->gl_flags & GLOB_LIMIT) && (newsize + *limit) >= ARG_MAX) { in globextend()
H A DChangeLog1178 * glob.c: add GLOB_LIMIT (from NetBSD)
/freebsd/crypto/heimdal/appl/ftp/
H A DChangeLog453 * ftpd/ftpd.c, ftpd/popen.c: always use GLOB_LIMIT
454 * ftpd/popen.c (ftpd_popen): use GLOB_LIMIT if defined
455 * ftpd/ftpd.c (send_file_list): use GLOB_LIMIT if defined
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in466 GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
/freebsd/contrib/tnftp/
H A DChangeLog882 for GLOB_LIMIT and fixing various buffer overflows.
/freebsd/crypto/heimdal/
H A Dconfigure17863 GLOB_LIMIT