HomeSort by relevance Sort by last modified time
    Searched refs:gl_pathc (Results 1 - 11 of 11) sorted by null

  /ndk/sources/host-tools/make-3.81/glob/
glob.c 453 pglob->gl_pathc = 0;
456 firstc = pglob->gl_pathc;
499 if (pglob->gl_pathc != firstc)
605 pglob->gl_pathc = 0;
609 oldcount = pglob->gl_pathc;
814 (pglob->gl_pathc +
823 while (pglob->gl_pathc < pglob->gl_offs)
824 pglob->gl_pathv[pglob->gl_pathc++] = NULL;
827 pglob->gl_pathv[pglob->gl_pathc] = strdup (dirname);
833 pglob->gl_pathv[pglob->gl_pathc] = memcpy (dircopy, dirname
    [all...]
glob.h 122 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member in struct:__anon19607
144 __size_t gl_pathc; member in struct:__anon19608
  /external/openssh/openbsd-compat/
glob.h 52 int gl_pathc; /* Count of total paths so far. */ member in struct:__anon9873
glob.c 177 pglob->gl_pathc = 0;
187 if (pglob->gl_offs < 0 || pglob->gl_pathc < 0 ||
188 pglob->gl_offs >= INT_MAX || pglob->gl_pathc >= INT_MAX ||
189 pglob->gl_pathc >= INT_MAX - pglob->gl_offs - 1)
465 oldpathc = pglob->gl_pathc;
543 if (pglob->gl_pathc == oldpathc) {
553 pglob->gl_pathc - oldpathc, sizeof(char *), compare);
736 * add the new item, and update gl_pathc.
745 * Either gl_pathc is zero and gl_pathv is NULL; or gl_pathc > 0 an
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
glob.h 92 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member in struct:__anon22984
121 __size_t gl_pathc; member in struct:__anon22985
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 92 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member in struct:__anon24574
121 __size_t gl_pathc; member in struct:__anon24575
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
glob.h 92 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member in struct:__anon26086
121 __size_t gl_pathc; member in struct:__anon26087
  /external/oprofile/gui/
oprof_start_util.cpp 116 for (size_t i = 0; i < file_names.gl_pathc; ++i) {
  /external/openssh/
sftp.c 797 (g.gl_pathc && !g.gl_matchc)) {
798 if (g.gl_pathc)
857 if (g.gl_pathc)
    [all...]
  /external/ipsec-tools/src/racoon/
cftoken.l 637 incstack[incstackp].matches.gl_pathc) {
717 incstack[incstackp].matches.gl_pathc == 0) {
726 if (incstack[incstackp].matchon >= incstack[incstackp].matches.gl_pathc)
  /ndk/sources/host-tools/make-3.81/
read.c     [all...]

Completed in 1333 milliseconds