Searched refs:fstatat64 (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/file/src/ |
| H A D | seccomp.c | 99 ALLOW_RULE(fstatat64); in enable_sandbox()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_linux.cpp | 460 int res = internal_syscall(SYSCALL(fstatat64), AT_FDCWD, (uptr)path, in internal_stat() 466 int res = internal_syscall(SYSCALL(fstatat64), AT_FDCWD, (uptr)path, in internal_stat() 499 int res = internal_syscall(SYSCALL(fstatat64), AT_FDCWD, (uptr)path, in internal_lstat() 505 int res = internal_syscall(SYSCALL(fstatat64), AT_FDCWD, (uptr)path, in internal_lstat()
|
| H A D | sanitizer_common_syscalls.inc | 2861 PRE_SYSCALL(fstatat64) 2868 POST_SYSCALL(fstatat64)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/msan/ |
| H A D | msan_interceptors.cpp | 847 INTERCEPTOR(int, fstatat64, int fd, char *pathname, void *buf, int flags) { in INTERCEPTOR() argument 849 int res = REAL(fstatat64)(fd, pathname, buf, flags); in INTERCEPTOR() 854 # define MSAN_MAYBE_INTERCEPT_FSTATAT64 MSAN_INTERCEPT_FUNC(fstatat64)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 1794 fun:fstatat64=uninstrumented
|