Searched refs:ENOTSOCK (Results 1 – 25 of 63) sorted by relevance
123
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | errno.h | 171 # ifndef ENOTSOCK 172 # define ENOTSOCK 9923 macro
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | errno.h | 174 # ifndef ENOTSOCK 175 # define ENOTSOCK 9923 macro
|
| /freebsd/contrib/lib9p/pytest/ |
| H A D | lerrno.py | 94 ENOTSOCK = 88 variable 227 ENOTSOCK: 'Socket operation on non-socket',
|
| /freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/ |
| H A D | net.h | 203 #undef ENOTSOCK 204 #define ENOTSOCK WSAENOTSOCK macro
|
| /freebsd/contrib/llvm-project/libc/src/__support/StringUtil/tables/ |
| H A D | posix_errors.h | 67 MsgMapping(ENOTSOCK, "Socket operation on non-socket"), 146 MsgMapping(ENOTSOCK, "ENOTSOCK"),
|
| /freebsd/cddl/lib/libdtrace/ |
| H A D | errno.d | 106 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 D | error.h | 68 [XEN_ENOTSOCK] = ENOTSOCK,
|
| /freebsd/sys/sys/ |
| H A D | errno.h | 98 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
|
| /freebsd/sys/contrib/xen/ |
| H A D | errno.h | 105 XEN_ERRNO(ENOTSOCK, 88) /* Socket operation on non-socket */
|
| /freebsd/lib/libc/nls/ |
| H A D | be_BY.UTF-8.msg | 81 $ ENOTSOCK
|
| H A D | ru_RU.UTF-8.msg | 81 $ ENOTSOCK
|
| H A D | ru_RU.KOI8-R.msg | 81 $ ENOTSOCK
|
| H A D | mn_MN.UTF-8.msg | 81 $ ENOTSOCK
|
| H A D | uk_UA.UTF-8.msg | 81 $ ENOTSOCK
|
| H A D | el_GR.ISO8859-7.msg | 81 $ ENOTSOCK
|
| H A D | ja_JP.UTF-8.msg | 81 $ ENOTSOCK
|
| H A D | ja_JP.eucJP.msg | 81 $ ENOTSOCK
|
| H A D | ko_KR.UTF-8.msg | 81 $ ENOTSOCK
|
| H A D | ko_KR.eucKR.msg | 81 $ ENOTSOCK
|
| H A D | zh_CN.UTF-8.msg | 81 $ ENOTSOCK
|
| H A D | zh_CN.GB2312.msg | 83 $ ENOTSOCK
|
| H A D | zh_CN.GB18030.msg | 83 $ ENOTSOCK
|
| /freebsd/contrib/netbsd-tests/lib/libc/sys/ |
| H A D | t_listen.c | 71 ATF_REQUIRE_ERRNO(ENOTSOCK, listen(fdc, 1) == -1); in ATF_TC_BODY()
|
| /freebsd/contrib/llvm-project/libcxx/include/__system_error/ |
| H A D | errc.h | 218 not_a_socket = ENOTSOCK, in _LIBCPP_DECLARE_STRONG_ENUM()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__system_error/ |
| H A D | errc.h | 214 not_a_socket = ENOTSOCK, in _LIBCPP_DECLARE_STRONG_ENUM()
|
123