Home
last modified time | relevance | path

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

12

/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/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/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/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/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/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
Dmod.rs244 pub struct glob_t { // FIXME
/third_party/rust/crates/libc/libc-test/semver/
Dlinux-gnu.txt606 glob_t
Dopenbsd.txt1057 glob_t
Dfuchsia.txt1231 glob_t
Ddragonfly.txt1315 glob_t
Dnetbsd.txt1276 glob_t
Dfreebsd.txt1640 glob_t
Dapple.txt1913 glob_t
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs663 pglob: *mut ::glob_t, in glob() argument
670 pub fn globfree(pglob: *mut ::glob_t); in globfree() argument
/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/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs52 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/
Dmod.rs257 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/
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/nto/
Dmod.rs266 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/
Dmod.rs227 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/
Dmod.rs66 pub struct glob_t {
4077 pglob: *mut ::glob_t, in glob() argument
4079 pub fn globfree(pglob: *mut ::glob_t); in globfree() argument

12