Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dglob.h141 #define GLOB_LIMIT 0x2000 /* Limit pattern match output to ARG_MAX */ macro
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c777 if ((pglob->gl_flags & GLOB_LIMIT) && in glob2()
887 if ((pglob->gl_flags & GLOB_LIMIT) && in glob3()
1072 if ((pglob->gl_flags & GLOB_LIMIT) && in globextend()