Searched refs:GLOB_LIMIT (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dglob.h110 #define GLOB_LIMIT 0x1000 /* limit number of returned paths */ macro
116 #define GLOB_MAXPATH GLOB_LIMIT
/macosx-10.10.1/OpenSSH-189/openssh/openbsd-compat/
H A Dglob.h92 #define GLOB_LIMIT 0x2000 /* Limit pattern match output to ARG_MAX */ macro
H A Dglob.c644 if ((pglob->gl_flags & GLOB_LIMIT) &&
740 if ((pglob->gl_flags & GLOB_LIMIT) &&
856 if ((pglob->gl_flags & GLOB_LIMIT) &&
883 if ((pglob->gl_flags & GLOB_LIMIT) &&
/macosx-10.10.1/lukemftp-14/tnftp/libnetbsd/
H A Dftpglob.h86 #define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */ macro
H A Dglob.c723 if ((pglob->gl_flags & GLOB_LIMIT) && (newsize + *limit) >= ARG_MAX) {
/macosx-10.10.1/tcsh-65/tcsh/
H A Dglob.h79 #define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */ macro
/macosx-10.10.1/Heimdal-398.1.2/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) {
/macosx-10.10.1/rsync-45/rsync/support/
H A Drrsync174 push(@args, bsd_glob($_, GLOB_LIMIT|GLOB_NOCHECK|GLOB_BRACE|GLOB_QUOTE));
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dpopen.c144 GLOB_LIMIT
H A Dftpd.c2226 GLOB_LIMIT
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dglob.c285 if ((pglob->gl_flags & GLOB_LIMIT) &&
614 if ((pglob->gl_flags & GLOB_LIMIT) &&
717 if ((pglob->gl_flags & GLOB_LIMIT) &&
784 if ((pglob->gl_flags & GLOB_LIMIT) &&
819 if ((pglob->gl_flags & GLOB_LIMIT) &&
/macosx-10.10.1/Heimdal-398.1.2/
H A Dconfigure16876 GLOB_LIMIT

Completed in 309 milliseconds