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

  /external/compiler-rt/test/msan/Linux/
glob_nomatch.cc 17 assert(globbuf.gl_pathc == 0);
glob.cc 21 assert(globbuf.gl_pathc == 2);
glob_altdirfunc.cc 67 assert(globbuf.gl_pathc == 2);
  /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:__anon43939
144 __size_t gl_pathc; member in struct:__anon43940
  /external/compiler-rt/test/asan/TestCases/Linux/
glob.cc 26 assert(globbuf.gl_pathc == 2);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
glob.h 92 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member in struct:__anon46551
121 __size_t gl_pathc; member in struct:__anon46552
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
glob.h 92 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member in struct:__anon48287
121 __size_t gl_pathc; member in struct:__anon48288
  /external/chromium_org/third_party/libxml/src/
runtest.c 115 size_t gl_pathc; /* Count of paths matched so far */ member in struct:__anon17989
158 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
159 if (ret->gl_pathv[ret->gl_pathc] == NULL)
161 ret->gl_pathc++;
165 if (ret->gl_pathc + 2 > nb_paths) {
173 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
174 if (ret->gl_pathv[ret->gl_pathc] == NULL)
176 ret->gl_pathc++;
178 ret->gl_pathv[ret->gl_pathc] = NULL;
192 for (i = 0;i < pglob->gl_pathc;i++)
    [all...]
  /external/oprofile/gui/
oprof_start_util.cpp 116 for (size_t i = 0; i < file_names.gl_pathc; ++i) {
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 619 uptr gl_pathc; member in struct:__sanitizer::__sanitizer_glob_t
632 uptr gl_pathc; member in struct:__sanitizer::__sanitizer_glob_t
    [all...]
sanitizer_platform_limits_posix.cc     [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)
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.cc 535 for (int i = 0; i < g.gl_pathc; i++) {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.cc 593 for (int i = 0; i < g.gl_pathc; i++) {
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 845 for (size_t n = 0; n < the_glob.gl_pathc; ++n) {
    [all...]
  /ndk/sources/host-tools/make-3.81/
read.c     [all...]

Completed in 1574 milliseconds