Searched refs:gl_pathc (Results 1 – 8 of 8) sorted by relevance
183 pglob->gl_pathc = 0; in glob()450 oldpathc = pglob->gl_pathc; in glob0()514 if (pglob->gl_pathc == oldpathc) { in glob0()524 pglob->gl_pathc - oldpathc, sizeof(char *), compare); in glob0()715 if (*limit && pglob->gl_pathc > *limit) { in globextend()720 newsize = sizeof(*pathv) * (2 + pglob->gl_pathc + pglob->gl_offs); in globextend()748 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy; in globextend()750 pathv[pglob->gl_offs + pglob->gl_pathc] = NULL; in globextend()823 for (i = pglob->gl_pathc; i--; ++pp) in globfree()
41 size_t gl_pathc; /* Count of total paths so far. */ member
83 for (int i = 0; i < glob.gl_pathc; i++) { in remove_attribute()
162 for (int i = 0; i < glob.gl_pathc; i++) { in remove_indices()
108 else if (gl.gl_pathc > 0) { in ftpd_popen()
1741 if (glob(s, flags, NULL, &gl) == 0 && gl.gl_pathc != 0) {
3225 } else if (gl.gl_pathc == 0) { in send_file_list()
583 for (size_t i = 0; i < globbuf.gl_pathc; i++) { in _PreparePackageChanges()