Searched refs:gl_pathc (Results 1 – 5 of 5) sorted by relevance
580 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 …]
232 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()
97 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member130 __size_t gl_pathc; member
314 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()
361 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