/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 206 EADDRNOTAVAIL => "Cannot assign requested address", 1221 EADDRNOTAVAIL = libc::EADDRNOTAVAIL, 1366 libc::EADDRNOTAVAIL => EADDRNOTAVAIL, 1463 EADDRNOTAVAIL = libc::EADDRNOTAVAIL, 1581 libc::EADDRNOTAVAIL => EADDRNOTAVAIL, 1699 EADDRNOTAVAIL [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 80 #ifndef EADDRNOTAVAIL 81 #define EADDRNOTAVAIL (MHDW32ERRBASE+13) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 29 EADDRNOTAVAIL, "EADDRNOTAVAIL", EADDRNOTAVAIL}, {
|
H A D | 4-1.c | 24 EADDRNOTAVAIL, "EADDRNOTAVAIL"}, {
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 36 #undef EADDRNOTAVAIL macro 37 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 63 case WSAEADDRNOTAVAIL: return EADDRNOTAVAIL; in MHD_W32_errno_from_winsock_() 142 case EADDRNOTAVAIL: in MHD_W32_strerror_() 459 case EADDRNOTAVAIL: in MHD_W32_set_last_winsock_error_()
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 355 #undef EADDRNOTAVAIL /* override definition in errno.h */ macro 356 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 71 #if defined(EADDRNOTAVAIL) && !defined(_WIN32) 72 # define UV__EADDRNOTAVAIL UV__ERR(EADDRNOTAVAIL)
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 71 #if defined(EADDRNOTAVAIL) && !defined(_WIN32) 72 # define UV__EADDRNOTAVAIL UV__ERR(EADDRNOTAVAIL)
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 13 #undef EADDRNOTAVAIL macro 400 #ifdef EADDRNOTAVAIL in errno_exec() 401 add_errcode("EADDRNOTAVAIL", EADDRNOTAVAIL, "Cannot assign requested address"); in errno_exec() 404 add_errcode("EADDRNOTAVAIL", WSAEADDRNOTAVAIL, "Cannot assign requested address"); in errno_exec()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 101 #define EADDRNOTAVAIL 99 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 101 #define EADDRNOTAVAIL 99 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 101 #define EADDRNOTAVAIL 99 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 100 #define EADDRNOTAVAIL 99 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 101 #define EADDRNOTAVAIL 99 macro
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
H A D | bind01.c | 43 EADDRNOTAVAIL, "non-local address" },
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 150 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 100 #define EADDRNOTAVAIL 99 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 99 #define EADDRNOTAVAIL 126 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 99 #define EADDRNOTAVAIL 126 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 99 #define EADDRNOTAVAIL 126 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 100 #define EADDRNOTAVAIL 99 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 100 #define EADDRNOTAVAIL 99 macro
|
/third_party/node/deps/cares/src/lib/ |
H A D | setup_once.h | 397 # undef EADDRNOTAVAIL /* override definition in errno.h */ macro 398 # define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
|
/third_party/ltp/testcases/kernel/syscalls/accept/ |
H A D | accept02.c | 74 else if (TST_ERR == EADDRNOTAVAIL) in server_thread()
|