Home
last modified time | relevance | path

Searched refs:glob_t (Results 1 – 16 of 16) sorted by relevance

/third_party/musl/ndk_musl_include/
Dglob.h20 } glob_t; typedef
22 int glob(const char *__restrict, int, int (*)(const char *, int), glob_t *__restrict);
23 void globfree(glob_t *);
43 #define glob64_t glob_t
/third_party/musl/porting/uniproton/kernel/include/
Dglob.h20 } glob_t; typedef
22 int glob(const char *__restrict, int, int (*)(const char *, int), glob_t *__restrict);
23 void globfree(glob_t *);
45 #define glob64_t glob_t
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dglob.h20 } glob_t; typedef
22 int glob(const char *__restrict, int, int (*)(const char *, int), glob_t *__restrict);
23 void globfree(glob_t *);
45 #define glob64_t glob_t
/third_party/musl/include/
Dglob.h20 } glob_t; typedef
22 int glob(const char *__restrict, int, int (*)(const char *, int), glob_t *__restrict);
23 void globfree(glob_t *);
45 #define glob64_t glob_t
/third_party/musl/porting/liteos_m/kernel/include/
Dglob.h20 } glob_t; typedef
22 int glob(const char *__restrict, int, int (*)(const char *, int), glob_t *__restrict);
23 void globfree(glob_t *);
45 #define glob64_t glob_t
/third_party/musl/libc-test/src/api/
Dglob.c7 T(glob_t) in f()
10 glob_t x; in f()
25 {int(*p)(const char*restrict,int,int(*)(const char*,int),glob_t*restrict) = glob;} in f()
26 {void(*p)(glob_t*) = globfree;} in f()
/third_party/musl/libc-test/src/functionalext/supplement/regex/
Dglob.c27 glob_t buf; in glob_0100()
40 glob_t buf; in glob_0200()
/third_party/libxml2/
Dtestrecurse.c69 } glob_t; typedef
74 glob_t *pglob) { in glob()
75 glob_t *ret; in glob()
97 memset(ret, 0, sizeof(glob_t)); in glob()
138 static void globfree(glob_t *pglob) { in globfree()
823 glob_t globbuf; in launchTests()
Druntest.c121 } glob_t; typedef
126 glob_t *pglob) { in glob()
127 glob_t *ret; in glob()
149 memset(ret, 0, sizeof(glob_t)); in glob()
190 static void globfree(glob_t *pglob) { in globfree()
2565 glob_t globbuf; in xpathDocTest()
2617 glob_t globbuf; in xptrDocTest()
3153 glob_t globbuf; in schemasTest()
3326 glob_t globbuf; in rngTest()
3412 glob_t globbuf; in rngStreamTest()
[all …]
/third_party/libxml2/fuzz/
DgenSeed.c174 glob_t globbuf; in processPattern()
254 glob_t globbuf; in processXPath()
334 glob_t globbuf; in processXPathDir()
DtestFuzzer.c72 glob_t globbuf; in testFuzzer()
/third_party/ffmpeg/libavformat/
Dimg2.h58 glob_t globstate;
/third_party/musl/src/regex/
Dglob.c227 int glob(const char *restrict pat, int flags, int (*errfunc)(const char *path, int err), glob_t *re… in glob()
300 void globfree(glob_t *g) in globfree()
/third_party/popt/src/
Dpoptconfig.c80 glob_t _g, *pglob = &_g; in poptGlob()
/third_party/pulseaudio/src/pulsecore/
Dcore-scache.c487 glob_t p; in pa_scache_add_directory_lazy()
/third_party/chromium/patch/
D0001-cve.patch125234 glob_t globbuf;