Home
last modified time | relevance | path

Searched refs:ENOTSOCK (Results 1 – 25 of 59) sorted by relevance

123

/freebsd/contrib/llvm-project/libcxx/include/
H A Derrno.h171 # ifndef ENOTSOCK
172 # define ENOTSOCK 9923 macro
/freebsd/contrib/lib9p/pytest/
H A Dlerrno.py94 ENOTSOCK = 88 variable
227 ENOTSOCK: 'Socket operation on non-socket',
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dnet.h203 #undef ENOTSOCK
204 #define ENOTSOCK WSAENOTSOCK macro
/freebsd/cddl/lib/libdtrace/
H A Derrno.d106 inline int ENOTSOCK = 38; variable
107 #pragma D binding "1.0" ENOTSOCK
284 errno == ENOTSOCK ? "Socket operation on non-socket" :
/freebsd/sys/xen/
H A Derror.h68 [XEN_ENOTSOCK] = ENOTSOCK,
/freebsd/sys/sys/
H A Derrno.h98 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/freebsd/sys/contrib/xen/
H A Derrno.h105 XEN_ERRNO(ENOTSOCK, 88) /* Socket operation on non-socket */
/freebsd/lib/libc/nls/
H A Dbe_BY.UTF-8.msg81 $ ENOTSOCK
H A Dmn_MN.UTF-8.msg81 $ ENOTSOCK
H A Duk_UA.UTF-8.msg81 $ ENOTSOCK
H A Dru_RU.UTF-8.msg81 $ ENOTSOCK
H A Dru_RU.KOI8-R.msg81 $ ENOTSOCK
H A Del_GR.ISO8859-7.msg81 $ ENOTSOCK
H A Dja_JP.UTF-8.msg81 $ ENOTSOCK
H A Dja_JP.eucJP.msg81 $ ENOTSOCK
H A Dko_KR.UTF-8.msg81 $ ENOTSOCK
H A Dko_KR.eucKR.msg81 $ ENOTSOCK
H A Dzh_CN.UTF-8.msg81 $ ENOTSOCK
H A Dzh_CN.GB2312.msg83 $ ENOTSOCK
H A Dzh_CN.GB18030.msg83 $ ENOTSOCK
/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_listen.c71 ATF_REQUIRE_ERRNO(ENOTSOCK, listen(fdc, 1) == -1); in ATF_TC_BODY()
/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h218 not_a_socket = ENOTSOCK, in _LIBCPP_DECLARE_STRONG_ENUM()
/freebsd/crypto/heimdal/kadmin/
H A Dkadmind.c191 rk_SOCK_ERRNO == ENOTSOCK) { in main()
/freebsd/sys/compat/linux/
H A Dlinux_errno.inc85 [ENOTSOCK] = -LINUX_ENOTSOCK,
268 [LINUX_ENOTSOCK] = ENOTSOCK,
/freebsd/stand/liblua/
H A Dlerrno.c86 ENTRY(ENOTSOCK),

123