Searched refs:gl_pathc (Results 1 – 4 of 4) sorted by relevance
452 pglob->gl_pathc = 0;455 firstc = pglob->gl_pathc;498 if (pglob->gl_pathc != firstc)604 pglob->gl_pathc = 0;608 oldcount = pglob->gl_pathc;813 (pglob->gl_pathc +822 while (pglob->gl_pathc < pglob->gl_offs)823 pglob->gl_pathv[pglob->gl_pathc++] = NULL;826 pglob->gl_pathv[pglob->gl_pathc] = strdup (dirname);832 pglob->gl_pathv[pglob->gl_pathc] = memcpy (dircopy, dirname,[all …]
122 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member144 __size_t gl_pathc; member
845 for (size_t n = 0; n < the_glob.gl_pathc; ++n) { in AddHostLdSoConfPaths()
3065 register int i = gl.gl_pathc; in multi_glob()