Searched defs:pglob (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/bionic/libc/upstream-freebsd/lib/libc/gen/ |
H A 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 …]
|
/aosp_15_r20/external/libxml2/ |
H A D | testrecurse.c | 73 glob_t *pglob) { in glob() 137 static void globfree(glob_t *pglob) { in globfree() 165 glob_t *pglob) { in glob()
|
H A D | runtest.c | 137 glob_t *pglob) { in glob() 201 static void globfree(glob_t *pglob) { in globfree() 229 glob_t *pglob) { in glob()
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | testrecurse.c | 70 glob_t *pglob) { in glob() 134 static void globfree(glob_t *pglob) { in globfree()
|
H A D | runtest.c | 124 glob_t *pglob) { in glob() 188 static void globfree(glob_t *pglob) { in globfree()
|