Home
last modified time | relevance | path

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

/src/include/
H A Dglob.h99 #define GLOB_LIMIT 0x1000 /* limit number of returned paths */ macro
103 #define GLOB_MAXPATH GLOB_LIMIT
/src/lib/libc/gen/
H A Dglob.c203 if (pglob->gl_flags & GLOB_LIMIT) { in __glob()
297 if ((pglob->gl_flags & GLOB_LIMIT) && in globexp0()
324 if ((pglob->gl_flags & GLOB_LIMIT) && in globexp1()
688 if ((pglob->gl_flags & GLOB_LIMIT) && in glob2()
791 if ((pglob->gl_flags & GLOB_LIMIT) && in glob3()
883 if ((pglob->gl_flags & GLOB_LIMIT) && in globextend()
919 if ((pglob->gl_flags & GLOB_LIMIT) && in globextend()
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()
/src/contrib/tcsh/
H A Dglob.h79 #define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */ macro
/src/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) &&
/src/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c144 GLOB_LIMIT in ftpd_popen()
H A Dftpd.c2226 GLOB_LIMIT in send_file_list()
/src/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)
/src/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
/src/crypto/heimdal/include/
H A Dconfig.h.in466 GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */
/src/contrib/tnftp/
H A DChangeLog882 for GLOB_LIMIT and fixing various buffer overflows.
/src/crypto/heimdal/
H A Dconfigure17863 GLOB_LIMIT