/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 53 #ifndef ENOTSOCK 54 #define ENOTSOCK (MHDW32ERRBASE+4) macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 14 #undef ENOTSOCK 15 #define ENOTSOCK WSAENOTSOCK macro
|
/third_party/boost/boost/ |
D | cerrno.hpp | 105 #ifndef ENOTSOCK 106 #define ENOTSOCK 9923 macro
|
/third_party/glib/gio/ |
D | gioerror.c | 281 #ifdef ENOTSOCK in g_io_error_from_errno() 282 case ENOTSOCK: in g_io_error_from_errno()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 95 ENOTSOCK, "ENOTSOCK", ENOTSOCK}, {
|
D | 4-1.c | 90 ENOTSOCK, "ENOTSOCK"}, {
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
D | w32functions.c | 52 case WSAENOTSOCK: return ENOTSOCK; in MHD_W32_errno_from_winsock_() 120 case ENOTSOCK: in MHD_W32_strerror_() 426 case ENOTSOCK: in MHD_W32_set_last_winsock_error_()
|
/third_party/ltp/utils/sctp/func_tests/ |
D | test_1_to_1_socket_bind_listen.c | 160 if (error != -1 || err_no != ENOTSOCK) in main() 275 if (error != -1 || err_no != ENOTSOCK) in main()
|
D | test_1_to_1_addrs.c | 195 if (error != -1 || err_no != ENOTSOCK) in main() 253 if (error != -1 || err_no != ENOTSOCK) in main()
|
D | test_getname.c | 227 if (error != -1 || err_no != ENOTSOCK) in main() 262 if (error != -1 || err_no != ENOTSOCK) in main()
|
/third_party/curl/lib/ |
D | curl_setup_once.h | 401 #undef ENOTSOCK /* override definition in errno.h */ 402 #define ENOTSOCK WSAENOTSOCK macro
|
/third_party/libuv/include/uv/ |
D | errno.h | 293 #if defined(ENOTSOCK) && !defined(_WIN32) 294 # define UV__ENOTSOCK UV__ERR(ENOTSOCK)
|
/third_party/ltp/testcases/kernel/syscalls/recvfrom/ |
D | recvfrom01.c | 100 &fromlen, -1, ENOTSOCK, setup0, cleanup0, "invalid socket"}, 105 0, ENOTSOCK, setup1, cleanup1, "invalid socket buffer"},
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 462 #undef ENOTSOCK /* override definition in errno.h */ 463 #define ENOTSOCK WSAENOTSOCK macro
|
/third_party/libnl/lib/ |
D | error.c | 99 case ENOTSOCK: return NLE_BAD_SOCK; in nl_syserr2nlerr()
|
/third_party/python/Modules/ |
D | errnomodule.c | 31 #undef ENOTSOCK 535 #ifdef ENOTSOCK in errno_exec() 536 add_errcode("ENOTSOCK", ENOTSOCK, "Socket operation on non-socket"); in errno_exec()
|
/third_party/ltp/testcases/kernel/syscalls/listen/ |
D | listen01.c | 79 0, 0, 0, 0, -1, ENOTSOCK, setup0, cleanup0, "not a socket"}, {
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 88 #define ENOTSOCK 88 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 88 #define ENOTSOCK 88 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 89 #define ENOTSOCK 88 macro
|
/third_party/ltp/testcases/kernel/syscalls/accept/ |
D | accept01.c | 50 sizeof(fsin1), ENOTSOCK, "fd is not socket"
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
D | bind01.c | 37 ENOTSOCK, "invalid socket" },
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 139 #define ENOTSOCK 88 /* Socket operation on non-socket */ macro
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 87 #define ENOTSOCK 95 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 89 #define ENOTSOCK 88 macro
|