Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/test/msan/Linux/
H A Dglob_nomatch.cpp17 assert(globbuf.gl_pathc == 0); in main()
H A Dglob.cpp21 assert(globbuf.gl_pathc == 2); in main()
H A Dglob_altdirfunc.cpp67 assert(globbuf.gl_pathc == 2); in main()
/llvm-project/compiler-rt/test/asan/TestCases/Posix/
H A Dglob.cpp26 assert(globbuf.gl_pathc == 2); in main()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_solaris.h335 uptr gl_pathc; member
H A Dsanitizer_platform_limits_solaris.cpp211 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathc);
H A Dsanitizer_platform_limits_freebsd.h391 uptr gl_pathc; member
H A Dsanitizer_platform_limits_freebsd.cpp415 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathc);
H A Dsanitizer_platform_limits_posix.h817 uptr gl_pathc;
803 uptr gl_pathc; global() member
H A Dsanitizer_platform_limits_posix.cpp1040 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathc);
H A Dsanitizer_platform_limits_netbsd.h383 uptr gl_pathc;
382 uptr gl_pathc; global() member
H A Dsanitizer_platform_limits_netbsd.cpp2527 CHECK_SIZE_AND_OFFSET(glob_t, gl_pathc);
H A Dsanitizer_common_interceptors.inc2417 ctx, pglob->gl_pathv, (pglob->gl_pathc + 1) * sizeof(*pglob->gl_pathv));
2418 for (SIZE_T i = 0; i < pglob->gl_pathc; ++i) {