Home
last modified time | relevance | path

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

/freebsd/cddl/compat/opensolaris/include/
H A Dfcntl.h36 #define openat64(...) openat(__VA_ARGS__) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp112 INTERCEPTOR(int, openat64, int fd, const char *path, int oflag, ...) { in INTERCEPTOR() argument
121 return REAL(openat64)(fd, path, oflag, mode); in INTERCEPTOR()
124 return REAL(openat64)(fd, path, oflag); in INTERCEPTOR()
126 #define RTSAN_MAYBE_INTERCEPT_OPENAT64 INTERCEPT_FUNCTION(openat64)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2466 fun:openat64=uninstrumented