Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/glob/
A Dglob.c580 pglob->gl_pathc = 0; in glob()
583 firstc = pglob->gl_pathc; in glob()
680 pglob->gl_pathc = 0; in glob()
852 pglob->gl_pathc = 0; in glob()
861 ++pglob->gl_pathc; in glob()
919 pglob->gl_pathc = 0; in glob()
930 pglob->gl_pathc = 0; in glob()
963 pglob->gl_pathc = 0; in glob()
967 ++pglob->gl_pathc; in glob()
998 pglob->gl_pathc = 0; in glob()
[all …]
A Dglob-susv3.c232 g->gl_pathc = 0; in glob()
254 char **pathv = realloc(g->gl_pathv, (offs + g->gl_pathc + cnt + 1) * sizeof(char *)); in glob()
260 offs += g->gl_pathc; in glob()
273 g->gl_pathc += cnt; in glob()
289 for (i=0; i<g->gl_pathc; i++) in libc_hidden_def()
292 g->gl_pathc = 0; in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dglob.h97 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member
130 __size_t gl_pathc; member
/l4re-core-master/uclibc/lib/contrib/uclibc/test/misc/
A Dtst-gnuglob.c314 for (cnt = 0; cnt < gl->gl_pathc && str[cnt] != NULL; ++cnt) in test_result()
339 if (str[cnt] != NULL || cnt < gl->gl_pathc) in test_result()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wordexp/
A Dwordexp.c361 for (match = 1; match < globbuf.gl_pathc && *word != NULL; ++match) { in do_parse_glob()
378 for (match = 0; match < globbuf.gl_pathc; ++match) { in do_parse_glob()

Completed in 10 milliseconds