Searched refs:creat64 (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan_interceptors_posix.cpp | 139 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 D | tsan_interceptors_posix.cpp | 1782 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 D | libc_ubuntu1404_abilist.txt | 1528 fun:creat64=uninstrumented
|