Searched refs:GLOB_LIMIT (Results 1 – 2 of 2) sorted by relevance
205 if (flags & GLOB_LIMIT) { in glob()271 if ((pglob->gl_flags & GLOB_LIMIT) && in globexp0()298 if ((pglob->gl_flags & GLOB_LIMIT) && in globexp1()663 if ((pglob->gl_flags & GLOB_LIMIT) && in glob2()766 if ((pglob->gl_flags & GLOB_LIMIT) && in glob3()858 if ((pglob->gl_flags & GLOB_LIMIT) && in globextend()894 if ((pglob->gl_flags & GLOB_LIMIT) && in globextend()
88 #define GLOB_LIMIT 0x1000 /* limit number of returned paths */ macro