Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/
H A Drtsan_interceptors_posix.cpp139 INTERCEPTOR(int, creat64, const char *path, mode_t mode) { in INTERCEPTOR() argument
142 const int result = REAL(creat64)(path, mode); in INTERCEPTOR()
145 #define RTSAN_MAYBE_INTERCEPT_CREAT64 INTERCEPT_FUNCTION(creat64)
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1782 TSAN_INTERCEPTOR(int, creat64, const char *name, int mode) { in TSAN_INTERCEPTOR() argument
1783 SCOPED_TSAN_INTERCEPTOR(creat64, name, mode); in TSAN_INTERCEPTOR()
1785 int fd = REAL(creat64)(name, mode); in TSAN_INTERCEPTOR()
1790 #define TSAN_MAYBE_INTERCEPT_CREAT64 TSAN_INTERCEPT(creat64)
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt1528 fun:creat64=uninstrumented