Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/glob/
Dglob.c452 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 …]
Dglob.h122 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member
144 __size_t gl_pathc; member
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc845 for (size_t n = 0; n < the_glob.gl_pathc; ++n) { in AddHostLdSoConfPaths()
/ndk/sources/host-tools/make-3.81/
Dread.c3065 register int i = gl.gl_pathc; in multi_glob()