/third_party/musl/src/regex/ |
D | glob.c | 239 g->gl_pathc = 0; in glob() 273 char **pathv = realloc(g->gl_pathv, (offs + g->gl_pathc + cnt + 1) * sizeof(char *)); in glob() 279 offs += g->gl_pathc; in glob() 292 g->gl_pathc += cnt; in glob() 303 for (i=0; i<g->gl_pathc; i++) in globfree() 306 g->gl_pathc = 0; in globfree()
|
/third_party/musl/ndk_musl_include/ |
D | glob.h | 15 size_t gl_pathc; member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | glob.h | 15 size_t gl_pathc; member
|
/third_party/musl/include/ |
D | glob.h | 15 size_t gl_pathc; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | glob.h | 15 size_t gl_pathc; member
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | glob.h | 15 size_t gl_pathc; member
|
/third_party/musl/libc-test/src/api/ |
D | glob.c | 11 F(size_t, gl_pathc) in f()
|
/third_party/popt/src/ |
D | poptconfig.c | 84 *acp = (int) pglob->gl_pathc; in poptGlob() 85 pglob->gl_pathc = 0; in poptGlob()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
D | mod.rs | 245 pub gl_pathc: ::size_t,
|
/third_party/ffmpeg/libavformat/ |
D | img2dec.c | 271 last_index = s->globstate.gl_pathc - 1; in ff_img_read_header() 291 last_index = s->globstate.gl_pathc - 1; in ff_img_read_header()
|
/third_party/pulseaudio/src/pulsecore/ |
D | core-scache.c | 496 for (i = 0; i < p.gl_pathc; i++) in pa_scache_add_directory_lazy()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/mips32/ |
D | mod.rs | 112 pub gl_pathc: ::size_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
D | mod.rs | 79 pub gl_pathc: ::size_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 53 pub gl_pathc: ::size_t,
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
D | mod.rs | 63 pub gl_pathc: ::size_t,
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/ |
D | mod.rs | 110 pub gl_pathc: ::size_t,
|
/third_party/rust/crates/libc/src/unix/haiku/ |
D | mod.rs | 258 pub gl_pathc: ::size_t,
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/ |
D | mod.rs | 110 pub gl_pathc: ::size_t,
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 267 pub gl_pathc: ::size_t,
|
/third_party/rust/crates/libc/src/unix/solarish/ |
D | mod.rs | 228 pub gl_pathc: ::size_t,
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 67 pub gl_pathc: ::size_t,
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 453 pub gl_pathc: ::size_t,
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 262 pub gl_pathc: ::size_t,
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 125255 for (i = 0;i < globbuf.gl_pathc;i++) { 125347 for (i = 0;i < globbuf.gl_pathc;i++) { 125423 for (i = 0;i < globbuf.gl_pathc;i++) {
|