Lines Matching refs:gl_pathc
196 pglob->gl_pathc = 0;
491 oldpathc = pglob->gl_pathc;
552 if (pglob->gl_pathc == oldpathc) {
569 (size_t)pglob->gl_pathc - oldpathc, sizeof(char *),
878 * add the new item, and update gl_pathc.
887 * Either gl_pathc is zero and gl_pathv is NULL; or gl_pathc > 0 and
888 * gl_pathv points to (gl_offs + gl_pathc + 1) items.
901 newsize = sizeof(*pathv) * (2 + pglob->gl_pathc + pglob->gl_offs);
927 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
929 pathv[pglob->gl_offs + pglob->gl_pathc] = NULL;
1023 for (i = pglob->gl_pathc; i--; ++pp)
1028 pglob->gl_pathc = 0;