Home
last modified time | relevance | path

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

/titanic_50/usr/src/head/
H A Dglob.h141 #define GLOB_LIMIT 0x2000 /* Limit pattern match output to ARG_MAX */ macro
/titanic_50/usr/src/cmd/ssh/sftp/
H A Dsftp-glob.c152 return(glob(pattern, flags|GLOB_LIMIT|GLOB_ALTDIRFUNC, errfunc, pglob)); in remote_glob()
H A Dsftp.c620 if (glob(src, GLOB_LIMIT, NULL, &g)) { in process_put()
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dglob.c558 if ((pglob->gl_flags & GLOB_LIMIT) &&
657 if ((pglob->gl_flags & GLOB_LIMIT) &&
753 if ((pglob->gl_flags & GLOB_LIMIT) &&
/titanic_50/usr/src/lib/libc/port/regex/
H A Dglob.c779 if ((pglob->gl_flags & GLOB_LIMIT) && in glob2()
889 if ((pglob->gl_flags & GLOB_LIMIT) && in glob3()
1077 if ((pglob->gl_flags & GLOB_LIMIT) && in globextend()