Home
last modified time | relevance | path

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

/external/openssh/openbsd-compat/
Dglob.h92 #define GLOB_LIMIT 0x2000 /* Limit pattern match output to ARG_MAX */ macro
Dglob.c599 if ((pglob->gl_flags & GLOB_LIMIT) &&
695 if ((pglob->gl_flags & GLOB_LIMIT) &&
810 if ((pglob->gl_flags & GLOB_LIMIT) &&
837 if ((pglob->gl_flags & GLOB_LIMIT) &&
/external/openssh/
DChangeLog625 Extend GLOB_LIMIT to cover readdir and stat and bump the malloc limit