Home
last modified time | relevance | path

Searched refs:gl_pathc (Results 1 – 24 of 24) sorted by relevance

/third_party/musl/src/regex/
Dglob.c239 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/
Dglob.h15 size_t gl_pathc; member
/third_party/musl/porting/liteos_m/kernel/include/
Dglob.h15 size_t gl_pathc; member
/third_party/musl/include/
Dglob.h15 size_t gl_pathc; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dglob.h15 size_t gl_pathc; member
/third_party/musl/porting/uniproton/kernel/include/
Dglob.h15 size_t gl_pathc; member
/third_party/musl/libc-test/src/api/
Dglob.c11 F(size_t, gl_pathc) in f()
/third_party/popt/src/
Dpoptconfig.c84 *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/
Dmod.rs245 pub gl_pathc: ::size_t,
/third_party/ffmpeg/libavformat/
Dimg2dec.c271 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/
Dcore-scache.c496 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/
Dmod.rs112 pub gl_pathc: ::size_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
Dmod.rs79 pub gl_pathc: ::size_t,
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs53 pub gl_pathc: ::size_t,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
Dmod.rs63 pub gl_pathc: ::size_t,
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs110 pub gl_pathc: ::size_t,
/third_party/rust/crates/libc/src/unix/haiku/
Dmod.rs258 pub gl_pathc: ::size_t,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs110 pub gl_pathc: ::size_t,
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs267 pub gl_pathc: ::size_t,
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs228 pub gl_pathc: ::size_t,
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs67 pub gl_pathc: ::size_t,
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs453 pub gl_pathc: ::size_t,
/third_party/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs262 pub gl_pathc: ::size_t,
/third_party/chromium/patch/
D0001-cve.patch125255 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++) {