Searched refs:ENOTSOCK (Results 1 - 25 of 52) sorted by relevance

123

/netbsd-current/lib/librumpuser/
H A Drumpuser_errtrans.c141 #ifdef ENOTSOCK
142 case ENOTSOCK : return 38;
/netbsd-current/sys/rump/include/rump/
H A Drumperrno2host.h168 #ifdef ENOTSOCK
170 return ENOTSOCK;
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Derrno.h169 #ifndef ENOTSOCK
170 #define ENOTSOCK 9923 macro
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dtarget-newlib-errno.c215 #ifdef ENOTSOCK
216 { "ENOTSOCK", ENOTSOCK, 108 },
/netbsd-current/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Derrno.h104 XEN_ERRNO(ENOTSOCK, 88) /* Socket operation on non-socket */
/netbsd-current/sys/sys/
H A Derrno.h87 #define ENOTSOCK 38 /* Socket operation on non-socket */ macro
/netbsd-current/external/mpl/dhcp/dist/omapip/
H A Dtoisc.c108 case ENOTSOCK:
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dstrerror-override.c50 case ENOTSOCK:
147 /* WSAENOTSOCK maps to ENOTSOCK */
H A Derrno.in.h100 # define ENOTSOCK 128 macro
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dw32sock.h71 errno = ENOTSOCK;
H A Dstrerror-override.c52 case ENOTSOCK:
149 /* WSAENOTSOCK maps to ENOTSOCK */
H A Derrno.in.h100 # define ENOTSOCK 128 macro
/netbsd-current/external/bsd/ntp/dist/lib/isc/win32/include/isc/
H A Dnet.h205 #undef ENOTSOCK macro
206 #define ENOTSOCK WSAENOTSOCK macro
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dsystem_error.cc253 #ifdef ENOTSOCK
254 case ENOTSOCK:
/netbsd-current/tests/lib/libc/sys/
H A Dt_listen.c71 ATF_REQUIRE_ERRNO(ENOTSOCK, listen(fdc, 1) == -1);
/netbsd-current/external/cddl/osnet/lib/libdtrace/
H A Derrno.d115 inline int ENOTSOCK = 38;
116 #pragma D binding "1.0" ENOTSOCK
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h110 not_a_socket = ENOTSOCK,
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h112 not_a_socket = ENOTSOCK,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h112 not_a_socket = ENOTSOCK,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h110 not_a_socket = ENOTSOCK,
/netbsd-current/external/mit/libuv/dist/include/uv/
H A Derrno.h293 #if defined(ENOTSOCK) && !defined(_WIN32)
294 # define UV__ENOTSOCK UV__ERR(ENOTSOCK)
/netbsd-current/crypto/external/bsd/heimdal/dist/kadmin/
H A Dkadmind.c208 rk_SOCK_ERRNO == ENOTSOCK) {
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dstrerror.c337 #if defined (ENOTSOCK)
338 ENTRY(ENOTSOCK, "ENOTSOCK", "Socket operation on non-socket"),
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dstrerror.c337 #if defined (ENOTSOCK)
338 ENTRY(ENOTSOCK, "ENOTSOCK", "Socket operation on non-socket"),
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dstrerror.c337 #if defined (ENOTSOCK)
338 ENTRY(ENOTSOCK, "ENOTSOCK", "Socket operation on non-socket"),

Completed in 155 milliseconds

123