HomeSort by relevance Sort by last modified time
    Searched refs:GLOB_LIMIT (Results 1 - 4 of 4) sorted by null

  /bionic/libc/include/
glob.h 88 #define GLOB_LIMIT 0x1000 /* limit number of returned paths */
  /device/linaro/bootloader/edk2/StdLib/Include/
glob.h 91 #define GLOB_LIMIT 0x0400 /* Limit memory used by matches to ARG_MAX */
  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 108 struct glob_limit { struct
161 static int glob0(const Char *, glob_t *, struct glob_limit *,
163 static int glob1(Char *, glob_t *, struct glob_limit *);
165 struct glob_limit *);
167 struct glob_limit *);
168 static int globextend(const Char *, glob_t *, struct glob_limit *,
172 static int globexp0(const Char *, glob_t *, struct glob_limit *,
174 static int globexp1(const Char *, glob_t *, struct glob_limit *);
176 struct glob_limit *);
177 static int globfinal(glob_t *, struct glob_limit *, size_t
    [all...]
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 605 if ((pglob->gl_flags & GLOB_LIMIT) &&
729 if ((pglob->gl_flags & GLOB_LIMIT) &&
856 if ((pglob->gl_flags & GLOB_LIMIT) &&

Completed in 55 milliseconds