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

  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 175 static int globexp2(const Char *, const Char *, glob_t *,
303 return (globexp2(ptr, pattern, pglob, limit));
316 globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, function
397 qprintf("globexp2:", patbuf);
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 174 static int globexp2(const Char *, const Char *, glob_t *, int *, size_t *);
252 if (!globexp2(ptr, pattern, pglob, &rv, limit))
265 globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, int *rv, function
356 qprintf("globexp2:", patbuf);

Completed in 89 milliseconds