Home
last modified time | relevance | path

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

/freebsd-12-stable/include/
Dglob.h95 #define GLOB_LIMIT 0x1000 /* limit number of returned paths */ macro
98 #define GLOB_MAXPATH GLOB_LIMIT
/freebsd-12-stable/lib/libc/gen/
Dglob-compat11.c174 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()
Dglob.c205 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()
/freebsd-12-stable/contrib/tcsh/
Dglob.h79 #define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */ macro
/freebsd-12-stable/crypto/openssh/openbsd-compat/
Dglob.h97 #define GLOB_LIMIT 0x2000 /* Limit pattern match output to ARG_MAX */ macro
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-12-stable/libexec/ftpd/
Dpopen.c107 flags |= GLOB_LIMIT; in ftpd_popen()
Dftpcmd.y1736 flags |= GLOB_LIMIT;
Dftpd.c3191 flags |= GLOB_LIMIT; in send_file_list()
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
Dpopen.c144 GLOB_LIMIT in ftpd_popen()
Dftpd.c2226 GLOB_LIMIT in send_file_list()
/freebsd-12-stable/crypto/heimdal/lib/roken/
Dglob.hin91 #define GLOB_LIMIT 0x1000 /* Limit memory used by matches to ARG_MAX */
Dglob.c682 if ((pglob->gl_flags & GLOB_LIMIT) && (newsize + *limit) >= ARG_MAX) { in globextend()
DChangeLog1178 * glob.c: add GLOB_LIMIT (from NetBSD)
/freebsd-12-stable/crypto/heimdal/appl/ftp/
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-12-stable/crypto/heimdal/include/
Dconfig.h.in466 GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
/freebsd-12-stable/contrib/tnftp/
DChangeLog882 for GLOB_LIMIT and fixing various buffer overflows.
/freebsd-12-stable/crypto/heimdal/
Dconfigure17863 GLOB_LIMIT