Home
last modified time | relevance | path

Searched refs:gl_lstat (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/test/msan/Linux/
Dglob_altdirfunc.cc61 globbuf.gl_lstat = my_gl_lstat; in main()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h700 int (*gl_lstat)(const char *, void *); member
714 int (*gl_lstat)(const char*, void* /* struct stat* */); member
Dsanitizer_platform_limits_posix.cc989 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
Dsanitizer_common_interceptors.inc1854 return pglob_copy->gl_lstat(s, st);
1880 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
1889 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
1909 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
1918 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
/external/openthread/third_party/nlbuild-autotools/repo/tools/packages/make/make.patches/
Dmake-00.patch146 + gl->gl_lstat = local_lstat;
148 - /* We don't bother setting gl_lstat, since glob never calls it.