Home
last modified time | relevance | path

Searched defs:__fxstat (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/
H A Dsanitizer_wrappers.cpp152 int __fxstat(int version, int fd, struct stat *buf) { STAT(fstat, fd, buf); } in __fxstat() function
/freebsd/contrib/ofed/librdmacm/
H A Dpreload.c1173 int __fxstat(int ver, int socket, struct stat *buf) in __fxstat() function
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp783 INTERCEPTOR(int, __fxstat, int magic, int fd, void *buf) { in INTERCEPTOR() argument
/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1622 TSAN_INTERCEPTOR(int, __fxstat, int version, int fd, void *buf) { in TSAN_INTERCEPTOR() argument