Home
last modified time | relevance | path

Searched refs:fcntl64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/file/src/
H A Dseccomp.c93 ALLOW_RULE(fcntl64); in enable_sandbox()
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp209 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 Dsanitizer_common_syscalls.inc1342 PRE_SYSCALL(fcntl64)(long fd, long cmd, long arg) {}
1344 POST_SYSCALL(fcntl64)(long res, long fd, long cmd, long arg) {}