Searched refs:openat64 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/cddl/compat/opensolaris/include/ |
| H A D | fcntl.h | 36 #define openat64(...) openat(__VA_ARGS__) macro
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 112 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 D | libc_ubuntu1404_abilist.txt | 2466 fun:openat64=uninstrumented
|