Home
last modified time | relevance | path

Searched refs:__close (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/lib/libc/sys/
H A Dclose.c37 __weak_reference(__sys_close, __close);
/freebsd-14.2/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c133 #define __close(fd) (close(fd)) macro
478 if (sd >= 0) __close(sd); in nl_close()
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1835 TSAN_INTERCEPTOR(int, __close, int fd) { in TSAN_INTERCEPTOR() argument
1836 SCOPED_INTERCEPTOR_RAW(__close, fd); in TSAN_INTERCEPTOR()
1838 return REAL(__close)(fd); in TSAN_INTERCEPTOR()
1840 #define TSAN_MAYBE_INTERCEPT___CLOSE TSAN_INTERCEPT(__close)
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dlocale3389 _LIBCPP_HIDE_FROM_ABI_VIRTUAL wbuffer_convert* __close();
3413 __close();
3703 wbuffer_convert<_Codecvt, _Elem, _Tr>* wbuffer_convert<_Codecvt, _Elem, _Tr>::__close() {
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt536 fun:__close=uninstrumented