HomeSort by relevance Sort by last modified time
    Searched refs:gl_pathc (Results 1 - 23 of 23) 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);
  /external/compiler-rt/test/asan/TestCases/Posix/
glob.cc 26 assert(globbuf.gl_pathc == 2);
  /external/openssh/openbsd-compat/
glob.h 52 int gl_pathc; /* Count of total paths so far. */ member in struct:__anon28137
glob.c 190 pglob->gl_pathc = 0;
200 if (pglob->gl_offs < 0 || pglob->gl_pathc < 0 ||
201 pglob->gl_offs >= INT_MAX || pglob->gl_pathc >= INT_MAX ||
202 pglob->gl_pathc >= INT_MAX - pglob->gl_offs - 1)
478 oldpathc = pglob->gl_pathc;
556 if (pglob->gl_pathc == oldpathc) {
569 int n = pglob->gl_pathc - oldpathc;
586 pglob->gl_pathc - oldpathc, sizeof(char *),
782 * add the new item, and update gl_pathc.
791 * Either gl_pathc is zero and gl_pathv is NULL; or gl_pathc > 0 an
    [all...]
  /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:__anon47239
121 __size_t gl_pathc; member in struct:__anon47240
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
glob.h 86 __size_t gl_pathc; /* Count of paths matched by the pattern. */ member in struct:__anon49039
115 __size_t gl_pathc; member in struct:__anon49040
  /external/libxml2/
testrecurse.c 66 size_t gl_pathc; /* Count of paths matched so far */ member in struct:__anon24778
109 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
110 if (ret->gl_pathv[ret->gl_pathc] == NULL)
112 ret->gl_pathc++;
116 if (ret->gl_pathc + 2 > nb_paths) {
124 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
125 if (ret->gl_pathv[ret->gl_pathc] == NULL)
127 ret->gl_pathc++;
129 ret->gl_pathv[ret->gl_pathc] = NULL;
143 for (i = 0;i < pglob->gl_pathc;i++)
    [all...]
runtest.c 115 size_t gl_pathc; /* Count of paths matched so far */ member in struct:__anon24776
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...]
  /device/linaro/bootloader/edk2/StdLib/Include/
glob.h 53 __gl_size_t gl_pathc; /* Count of total paths so far. */ member in struct:__anon12113
  /external/linux-kselftest/tools/testing/selftests/vm/
thuge-gen.c 65 assert(g.gl_pathc <= NUM_PAGESIZES);
66 for (i = 0; i < g.gl_pathc; i++) {
72 num_page_sizes = g.gl_pathc;
  /external/selinux/policycoreutils/setfiles/
restore.c 84 for (i = 0; i < globbuf.gl_pathc; i++) {
  /external/selinux/restorecond/
restore.c 83 for (i = 0; i < globbuf.gl_pathc; i++) {
watch.c 58 for (i = 0; i < globbuf.gl_pathc; i++) {
  /device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
glob.c 198 pglob->gl_pathc = 0;
463 oldpathc = pglob->gl_pathc;
521 if (pglob->gl_pathc == oldpathc) {
538 (size_t)pglob->gl_pathc - oldpathc, sizeof(char *),
806 * add the new item, and update gl_pathc.
815 * Either gl_pathc is zero and gl_pathv is NULL; or gl_pathc > 0 and
816 * gl_pathv points to (gl_offs + gl_pathc + 1) items.
829 newsize = sizeof(*pathv) * (2 + pglob->gl_pathc + pglob->gl_offs);
852 pathv[pglob->gl_offs + pglob->gl_pathc++] = copy;
    [all...]
  /build/kati/
fileutil.cc 170 for (size_t i = 0; i < gl.gl_pathc; i++) {
  /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/openssh/
sftp.c 881 (g.gl_pathc && !g.gl_matchc)) {
882 if (g.gl_pathc)
945 if (g.gl_pathc)
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h 692 uptr gl_pathc; member in struct:__sanitizer::__sanitizer_glob_t
705 uptr gl_pathc; member in struct:__sanitizer::__sanitizer_glob_t
    [all...]
sanitizer_platform_limits_posix.cc     [all...]
  /external/selinux/sandbox/
seunshare.c 337 for ( i=0; i < fglob.gl_pathc; i++) {
  /external/selinux/mcstrans/src/
mcstrans.c 805 for (n=0; n < g.gl_pathc; n++) {
    [all...]

Completed in 2944 milliseconds