Home
last modified time | relevance | path

Searched refs:glob_t (Results 1 - 23 of 23) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A 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/
H A 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/
H A 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/
H A 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/
H A 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/
H A Dglob.c27 glob_t buf; in glob_0100()
40 glob_t buf; in glob_0200()
/third_party/ffmpeg/libavformat/
H A Dimg2.h58 glob_t globstate;
/third_party/musl/src/regex/
H A Dglob.c227 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 Dmod.rs244 pub struct glob_t { // FIXME structure names
/third_party/popt/src/
H A Dpoptconfig.c80 glob_t _g, *pglob = &_g;
/third_party/pulseaudio/src/pulsecore/
H A Dcore-scache.c491 glob_t p; in pa_scache_add_directory_lazy()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs663 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 Dmod.rs52 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 Dlinker.c2318 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 Dmod.rs257 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 Dmod.rs266 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 Dmod.rs227 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 Dmod.rs452 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 Dmod.rs66 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 Dmod.rs109 pub struct glob_t { structure names
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs62 pub struct glob_t { structure names
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs109 pub struct glob_t { structure names
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs261 pub struct glob_t { structure names

Completed in 88 milliseconds