Searched defs:pglob (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/upstream-freebsd/lib/libc/gen/ |
D | glob.c | 188 int (*errfunc)(const char *, int), glob_t * __restrict pglob) in glob() 264 globexp0(const Char *pattern, glob_t *pglob, struct glob_limit *limit, in globexp0() 293 globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit) in globexp1() 316 globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, in globexp2() 420 globtilde(const Char *pattern, Char *patbuf, size_t patbuf_len, glob_t *pglob) in globtilde() 532 glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit, in glob0() 610 globfinal(glob_t *pglob, struct glob_limit *limit, size_t oldpathc, in globfinal() 629 glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit) in glob1() 647 glob_t *pglob, struct glob_limit *limit) in glob2() 718 glob_t *pglob, struct glob_limit *limit) in glob3() [all …]
|