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

  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 174 static int globexp1(const Char *, glob_t *, struct glob_limit *);
281 if ((rv = globexp1(pattern, pglob, limit)) != 0)
293 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) function
312 * If it succeeds then it invokes globexp1 with the new pattern.
399 rv = globexp1(patbuf, pglob, limit);
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 173 static int globexp1(const Char *, glob_t *, size_t *);
228 return globexp1(patbuf, pglob, limit);
239 globexp1(const Char *pattern, glob_t *pglob, size_t *limit) function
261 * If it succeeds then it invokes globexp1 with the new pattern.
358 *rv = globexp1(patbuf, pglob, limit);

Completed in 90 milliseconds