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

/freebsd-10.0-release/include/
H A Dglob.h93 #define GLOB_LIMIT 0x1000 /* limit number of returned paths */ macro
96 #define GLOB_MAXPATH GLOB_LIMIT
/freebsd-10.0-release/contrib/tcsh/
H A Dglob.h79 #define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */ macro
/freebsd-10.0-release/crypto/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) &&
/freebsd-10.0-release/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) {
/freebsd-10.0-release/contrib/lukemftpd/src/
H A Dpopen.c145 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE|GLOB_LIMIT;
H A Dconf.c570 if (glob(curclass.notify, GLOB_BRACE|GLOB_LIMIT, NULL, &gl) != 0
H A Dftpd.c3365 int flags = GLOB_BRACE|GLOB_NOCHECK|GLOB_TILDE|GLOB_LIMIT;
/freebsd-10.0-release/crypto/heimdal/appl/ftp/ftpd/
H A Dpopen.c144 GLOB_LIMIT
H A Dftpd.c2226 GLOB_LIMIT
/freebsd-10.0-release/libexec/ftpd/
H A Dpopen.c110 flags |= GLOB_LIMIT;
H A Dftpcmd.y1736 flags |= GLOB_LIMIT;
H A Dftpd.c3170 flags |= GLOB_LIMIT;
/freebsd-10.0-release/lib/libc/gen/
H A Dglob.c210 if (flags & GLOB_LIMIT) {
272 if ((pglob->gl_flags & GLOB_LIMIT) &&
594 if ((pglob->gl_flags & GLOB_LIMIT) &&
692 if ((pglob->gl_flags & GLOB_LIMIT) &&
762 if ((pglob->gl_flags & GLOB_LIMIT) &&
786 if ((pglob->gl_flags & GLOB_LIMIT) &&
/freebsd-10.0-release/crypto/heimdal/
H A Dconfigure17863 GLOB_LIMIT

Completed in 385 milliseconds