Searched refs:GLOB_LIMIT (Results 1 – 5 of 5) sorted by relevance
141 #define GLOB_LIMIT 0x2000 /* Limit pattern match output to ARG_MAX */ macro
152 return(glob(pattern, flags|GLOB_LIMIT|GLOB_ALTDIRFUNC, errfunc, pglob)); in remote_glob()
620 if (glob(src, GLOB_LIMIT, NULL, &g)) { in process_put()
558 if ((pglob->gl_flags & GLOB_LIMIT) &&657 if ((pglob->gl_flags & GLOB_LIMIT) &&753 if ((pglob->gl_flags & GLOB_LIMIT) &&
779 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()