Searched refs:pglob (Results 1 – 10 of 10) sorted by relevance
/third_party/popt/src/ |
D | poptconfig.c | 80 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/ |
D | mod.rs | 642 pglob: *mut glob64_t, in glob64() 644 pub fn globfree64(pglob: *mut glob64_t); in globfree64()
|
/third_party/rust/crates/libc/src/unix/bsd/ |
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/linux/gnu/ |
D | mod.rs | 1275 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/ |
D | mod.rs | 1834 pglob: *mut ::glob_t, in glob() 1836 pub fn globfree(pglob: *mut ::glob_t); in globfree()
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 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/ |
D | mod.rs | 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/ |
D | mod.rs | 2815 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/ |
D | mod.rs | 4077 pglob: *mut ::glob_t, in glob() 4079 pub fn globfree(pglob: *mut ::glob_t); in globfree()
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 4043 pglob: *mut ::glob_t, in glob() 4045 pub fn globfree(pglob: *mut ::glob_t); in globfree()
|