Searched defs:dirp (Results 1 – 6 of 6) sorted by relevance
/llvm-project/bolt/runtime/ |
H A D | sys_aarch64.h | 149 long __getdents64(unsigned int fd, dirent64 *dirp, size_t count) { in __getdents64()
|
H A D | sys_x86_64.h | 189 long __getdents64(unsigned int fd, dirent64 *dirp, size_t count) { in __getdents64()
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_netbsd.cpp | 281 uptr internal_getdents(fd_t fd, void *dirp, unsigned int count) { in internal_getdents()
|
H A D | sanitizer_solaris.cpp | 184 DECLARE__REAL_AND_INTERNAL64(uptr, getdents, fd_t fd, struct linux_dirent *dirp, in DECLARE__REAL_AND_INTERNAL64()
|
H A D | sanitizer_linux.cpp | 785 internal_getdents(fd_t fd,struct linux_dirent * dirp,unsigned int count) internal_getdents() argument
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 48 dirfd(dirp) global() argument 1942 TSAN_INTERCEPTOR(int,closedir,void * dirp) TSAN_INTERCEPTOR() argument
|