Home
last modified time | relevance | path

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

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