Searched refs:gl_lstat (Results 1 – 6 of 6) sorted by relevance
/external/avahi/avahi-daemon/ |
D | glob.h | 75 int (*gl_lstat)(const char *, struct stat *); member
|
D | glob.c | 855 return((*pglob->gl_lstat)(buf, sb)); in g_lstat()
|
/external/compiler-rt/test/msan/Linux/ |
D | glob_altdirfunc.cc | 61 globbuf.gl_lstat = my_gl_lstat; in main()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 676 int (*gl_lstat)(const char *, void *); member 690 int (*gl_lstat)(const char*, void* /* struct stat* */); member
|
D | sanitizer_common_interceptors.inc | 1685 return pglob_copy->gl_lstat(s, st); 1711 Swap(pglob->gl_lstat, glob_copy.gl_lstat); 1720 Swap(pglob->gl_lstat, glob_copy.gl_lstat); 1740 Swap(pglob->gl_lstat, glob_copy.gl_lstat); 1749 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
|
D | sanitizer_platform_limits_posix.cc | 984 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
|