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);
  /bionic/tests/
glob_test.cpp 72 ASSERT_EQ(0U, g.gl_pathc);
79 ASSERT_EQ(1U, g.gl_pathc);
84 ASSERT_EQ(2U, g.gl_pathc);
96 ASSERT_EQ(1U, g.gl_pathc);
148 ASSERT_EQ(1U, g.gl_pathc);
156 ASSERT_EQ(1U, g.gl_pathc);
167 ASSERT_EQ(1U, g.gl_pathc);
181 ASSERT_EQ(4U, g.gl_pathc);
190 ASSERT_EQ(4U, g.gl_pathc);
217 ASSERT_EQ(expected_matches.size(), g.gl_pathc);
    [all...]
  /bionic/tests/headers/posix/
glob_h.c 35 STRUCT_MEMBER(glob_t, size_t, gl_pathc);
  /external/compiler-rt/test/asan/TestCases/Posix/
glob.cc 26 assert(globbuf.gl_pathc == 2);
  /bionic/libc/include/
glob.h 46 size_t gl_pathc; /* Count of total paths so far. */ member in struct:__anon286
  /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:__anon62247
115 __size_t gl_pathc; member in struct:__anon62248
  /external/libxml2/
testrecurse.c 66 size_t gl_pathc; /* Count of paths matched so far */ member in struct:__anon26819
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 117 size_t gl_pathc; /* Count of paths matched so far */ member in struct:__anon26816
160 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
161 if (ret->gl_pathv[ret->gl_pathc] == NULL)
163 ret->gl_pathc++;
167 if (ret->gl_pathc + 2 > nb_paths) {
175 ret->gl_pathv[ret->gl_pathc] = strdup(directory);
176 if (ret->gl_pathv[ret->gl_pathc] == NULL)
178 ret->gl_pathc++;
180 ret->gl_pathv[ret->gl_pathc] = NULL;
194 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:__anon12020
  /external/linux-kselftest/tools/testing/selftests/vm/
thuge-gen.c 66 assert(g.gl_pathc <= NUM_PAGESIZES);
67 for (i = 0; i < g.gl_pathc; i++) {
73 num_page_sizes = g.gl_pathc;
  /bionic/libc/upstream-freebsd/lib/libc/gen/
glob.c 200 pglob->gl_pathc = 0;
279 oldpathc = pglob->gl_pathc;
544 oldpathc = pglob->gl_pathc;
612 if (pglob->gl_pathc == oldpathc)
617 pglob->gl_pathc - oldpathc, sizeof(char *), compare);
837 * add the new item, and update gl_pathc.
846 * Either gl_pathc is zero and gl_pathv is NULL; or gl_pathc > 0 and
847 * gl_pathv points to (gl_offs + gl_pathc + 1) items.
864 newn = 2 + pglob->gl_pathc + pglob->gl_offs
    [all...]
  /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...]
  /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++) {
  /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/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 779 milliseconds