/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 193 ENOTSOCK => "Socket operation on non-socket", 1210 ENOTSOCK = libc::ENOTSOCK, 1355 libc::ENOTSOCK => ENOTSOCK, 1452 ENOTSOCK = libc::ENOTSOCK, 1570 libc::ENOTSOCK => ENOTSOCK, 1688 ENOTSOCK [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 53 #ifndef ENOTSOCK 54 #define ENOTSOCK (MHDW32ERRBASE+4) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 95 ENOTSOCK, "ENOTSOCK", ENOTSOCK}, {
|
H A D | 4-1.c | 90 ENOTSOCK, "ENOTSOCK"}, {
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 14 #undef ENOTSOCK macro 15 #define ENOTSOCK WSAENOTSOCK macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A 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/curl/lib/ |
H A D | curl_setup_once.h | 335 #undef ENOTSOCK /* override definition in errno.h */ macro 336 #define ENOTSOCK WSAENOTSOCK macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 293 #if defined(ENOTSOCK) && !defined(_WIN32) 294 # define UV__ENOTSOCK UV__ERR(ENOTSOCK)
|
/third_party/ltp/utils/sctp/func_tests/ |
H A D | test_1_to_1_addrs.c | 184 /*sctp_getladdrs() TEST2: Invalid socket, ENOTSOCK Expected error*/ in main() 195 if (error != -1 || err_no != ENOTSOCK) in main() 199 tst_resm(TPASS, "sctp_getladdrs() with invalid socket - ENOTSOCK"); in main() 242 /*sctp_getpaddrs() TEST7: Invalid socket, ENOTSOCK Expected error*/ in main() 253 if (error != -1 || err_no != ENOTSOCK) in main() 257 tst_resm(TPASS, "sctp_getpaddrs() with invalid socket - ENOTSOCK"); in main()
|
H A D | test_1_to_1_socket_bind_listen.c | 149 /*bind() TEST6: Invalid socket descriptor, ENOTSOCK Expect Error*/ in main() 160 if (error != -1 || err_no != ENOTSOCK) in main() 164 tst_resm(TPASS, "bind() with invalid socket descriptor - ENOTSOCK"); in main() 264 /*listen() TEST14: Invalid socket ENOTSOCK, Expected error*/ in main() 275 if (error != -1 || err_no != ENOTSOCK) in main() 279 tst_resm(TPASS, "listen() with invalid socket - ENOTSOCK"); in main()
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 293 #if defined(ENOTSOCK) && !defined(_WIN32) 294 # define UV__ENOTSOCK UV__ERR(ENOTSOCK)
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 31 #undef ENOTSOCK macro 539 #ifdef ENOTSOCK in errno_exec() 540 add_errcode("ENOTSOCK", ENOTSOCK, "Socket operation on non-socket"); in errno_exec() 543 add_errcode("ENOTSOCK", WSAENOTSOCK, "Socket operation on non-socket"); in errno_exec()
|
/third_party/node/test/parallel/ |
H A D | test-net-pipe-connect-errors.js | 29 // Test if ENOTSOCK is fired when trying to connect to a file which is not 64 assert(err.code === 'ENOTSOCK' || err.code === 'ECONNREFUSED', 65 `received ${err.code} instead of ENOTSOCK or ECONNREFUSED`);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 89 #define ENOTSOCK 88 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 89 #define ENOTSOCK 88 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 89 #define ENOTSOCK 88 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 88 #define ENOTSOCK 88 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 89 #define ENOTSOCK 88 macro
|
/third_party/ltp/testcases/kernel/syscalls/accept/ |
H A D | accept01.c | 50 sizeof(fsin1), ENOTSOCK, "fd is not socket"
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
H A D | bind01.c | 37 ENOTSOCK, "invalid socket" },
|
/third_party/ltp/testcases/kernel/syscalls/listen/ |
H A D | listen01.c | 79 0, 0, 0, 0, -1, ENOTSOCK, setup0, cleanup0, "not a socket"}, {
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 139 #define ENOTSOCK 88 /* Socket operation on non-socket */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 88 #define ENOTSOCK 88 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 87 #define ENOTSOCK 95 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 87 #define ENOTSOCK 95 macro
|