Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c205 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()
/bionic/libc/include/
Dglob.h88 #define GLOB_LIMIT 0x1000 /* limit number of returned paths */ macro