Home
last modified time | relevance | path

Searched refs:pglob (Results 1 – 10 of 10) sorted by relevance

/third_party/popt/src/
Dpoptconfig.c80 glob_t _g, *pglob = &_g; in poptGlob() local
82 if (!(rc = glob(pat, poptGlobFlags, poptGlob_error, pglob))) { in poptGlob()
84 *acp = (int) pglob->gl_pathc; in poptGlob()
85 pglob->gl_pathc = 0; in poptGlob()
88 *avp = (const char **) pglob->gl_pathv; in poptGlob()
89 pglob->gl_pathv = NULL; in poptGlob()
91 globfree(pglob); in poptGlob()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/
Dmod.rs642 pglob: *mut glob64_t, in glob64()
644 pub fn globfree64(pglob: *mut glob64_t); in globfree64()
/third_party/rust/crates/libc/src/unix/bsd/
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/linux/gnu/
Dmod.rs1275 pglob: *mut glob64_t, in glob64()
1277 pub fn globfree64(pglob: *mut glob64_t); in globfree64()
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1834 pglob: *mut ::glob_t, in glob()
1836 pub fn globfree(pglob: *mut ::glob_t); in globfree()
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs1710 pglob: *mut ::glob_t, in glob()
1712 pub fn globfree(pglob: *mut ::glob_t); in globfree()
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs2788 pglob: *mut ::glob_t, in glob()
2790 pub fn globfree(pglob: *mut ::glob_t); in globfree()
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs2815 pglob: *mut ::glob_t, in glob()
2819 pub fn globfree(pglob: *mut ::glob_t); in globfree()
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs4077 pglob: *mut ::glob_t, in glob()
4079 pub fn globfree(pglob: *mut ::glob_t); in globfree()
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs4043 pglob: *mut ::glob_t, in glob()
4045 pub fn globfree(pglob: *mut ::glob_t); in globfree()