Searched refs:fcntl64 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/file/src/ |
| H A D | seccomp.c | 93 ALLOW_RULE(fcntl64); in enable_sandbox()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 209 INTERCEPTOR(int, fcntl64, int filedes, int cmd, ...) { argument 223 int result = REAL(fcntl64)(filedes, cmd, arg); 229 #define RTSAN_MAYBE_INTERCEPT_FCNTL64 INTERCEPT_FUNCTION(fcntl64)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_syscalls.inc | 1342 PRE_SYSCALL(fcntl64)(long fd, long cmd, long arg) {} 1344 POST_SYSCALL(fcntl64)(long res, long fd, long cmd, long arg) {}
|