/third_party/musl/porting/uniproton/kernel/include/ |
H A 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/kernel/include/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | glob.c | 27 glob_t buf; in glob_0100() 40 glob_t buf; in glob_0200()
|
/third_party/ffmpeg/libavformat/ |
H A D | img2.h | 58 glob_t globstate;
|
/third_party/musl/src/regex/ |
H A D | glob.c | 227 int glob(const char *restrict pat, int flags, int (*errfunc)(const char *path, int err), glob_t *restrict g) in glob() 300 void globfree(glob_t *g) in globfree()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
H A D | mod.rs | 244 pub struct glob_t { // FIXME structure names
|
/third_party/popt/src/ |
H A D | poptconfig.c | 80 glob_t _g, *pglob = &_g;
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-scache.c | 491 glob_t p; in pa_scache_add_directory_lazy()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
H A D | mod.rs | 663 pglob: *mut ::glob_t, in glob() 670 pub fn globfree(pglob: *mut ::glob_t); in globfree()
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
H A D | mod.rs | 52 pub struct glob_t { structure names 1834 pglob: *mut ::glob_t, in glob() 1836 pub fn globfree(pglob: *mut ::glob_t); in globfree()
|
/third_party/libbpf/src/ |
H A 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/haiku/ |
H A D | mod.rs | 257 pub struct glob_t { structure names 1710 pglob: *mut ::glob_t, in glob() 1712 pub fn globfree(pglob: *mut ::glob_t); in globfree()
|
/third_party/rust/crates/libc/src/unix/nto/ |
H A D | mod.rs | 266 pub struct glob_t { structure names 2788 pglob: *mut ::glob_t, in glob() 2790 pub fn globfree(pglob: *mut ::glob_t); in globfree()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 227 pub struct glob_t { structure names 2815 pglob: *mut ::glob_t, in glob() 2819 pub fn globfree(pglob: *mut ::glob_t); in globfree()
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 452 pub struct glob_t { structure names 4043 pglob: *mut ::glob_t, in glob() 4045 pub fn globfree(pglob: *mut ::glob_t); in globfree()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 66 pub struct glob_t { structure names 4077 pglob: *mut ::glob_t, in glob() 4079 pub fn globfree(pglob: *mut ::glob_t); in globfree()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
H A D | mod.rs | 109 pub struct glob_t { structure names
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 62 pub struct glob_t { structure names
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
H A D | mod.rs | 109 pub struct glob_t { structure names
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 261 pub struct glob_t { structure names
|