/third_party/musl/porting/liteos_m/kernel/include/ |
D | glob.h | 20 } 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/uniproton/kernel/include/ |
D | glob.h | 20 } 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/ |
D | glob.h | 20 } 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/ |
D | glob.h | 20 } 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/ |
D | glob.c | 7 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/ |
D | glob.c | 27 glob_t buf; in glob_0100() 40 glob_t buf; in glob_0200()
|
/third_party/ffmpeg/libavformat/ |
D | img2.h | 58 glob_t globstate;
|
/third_party/musl/src/regex/ |
D | glob.c | 227 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/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
D | mod.rs | 244 pub struct glob_t { // FIXME
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux-gnu.txt | 606 glob_t
|
D | openbsd.txt | 1057 glob_t
|
D | fuchsia.txt | 1231 glob_t
|
D | dragonfly.txt | 1315 glob_t
|
D | netbsd.txt | 1276 glob_t
|
D | freebsd.txt | 1640 glob_t
|
D | apple.txt | 1913 glob_t
|
/third_party/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 663 pglob: *mut ::glob_t, in glob() argument 670 pub fn globfree(pglob: *mut ::glob_t); in globfree() argument
|
/third_party/popt/src/ |
D | poptconfig.c | 80 glob_t _g, *pglob = &_g; in poptGlob()
|
/third_party/pulseaudio/src/pulsecore/ |
D | core-scache.c | 487 glob_t p; in pa_scache_add_directory_lazy()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 52 pub struct glob_t { 1834 pglob: *mut ::glob_t, in glob() argument 1836 pub fn globfree(pglob: *mut ::glob_t); in globfree() argument
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 257 pub struct glob_t { 1710 pglob: *mut ::glob_t, in glob() argument 1712 pub fn globfree(pglob: *mut ::glob_t); in globfree() argument
|
/third_party/libbpf/src/ |
D | linker.c | 2318 struct btf_type *glob_t; in linker_append_btf() local 2325 glob_t = btf_type_by_id(linker->btf, glob_sym->btf_id); in linker_append_btf() 2326 glob_t->type = glob_sym->underlying_btf_id; in linker_append_btf()
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 266 pub struct glob_t { 2788 pglob: *mut ::glob_t, in glob() argument 2790 pub fn globfree(pglob: *mut ::glob_t); in globfree() argument
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 227 pub struct glob_t { 2815 pglob: *mut ::glob_t, in glob() argument 2819 pub fn globfree(pglob: *mut ::glob_t); in globfree() argument
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 66 pub struct glob_t { 4077 pglob: *mut ::glob_t, in glob() argument 4079 pub fn globfree(pglob: *mut ::glob_t); in globfree() argument
|