/third_party/skia/third_party/externals/microhttpd/src/include/ |
D | w32functions.h | 80 #ifndef EADDRNOTAVAIL 81 #define EADDRNOTAVAIL (MHDW32ERRBASE+13) macro
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | errno.h | 89 #ifndef EADDRNOTAVAIL 90 #define EADDRNOTAVAIL 101 macro
|
/third_party/boost/boost/ |
D | cerrno.hpp | 25 #ifndef EADDRNOTAVAIL 26 #define EADDRNOTAVAIL 9903 macro
|
/third_party/pulseaudio/src/pulsecore/ |
D | winerrno.h | 36 #undef EADDRNOTAVAIL 37 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 29 EADDRNOTAVAIL, "EADDRNOTAVAIL", EADDRNOTAVAIL}, {
|
D | 4-1.c | 24 EADDRNOTAVAIL, "EADDRNOTAVAIL"}, {
|
D | 3-1-buildonly.c | 13 int dummy4 = EADDRNOTAVAIL;
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
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/ |
D | curl_setup_once.h | 421 #undef EADDRNOTAVAIL /* override definition in errno.h */ 422 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
|
/third_party/libuv/include/uv/ |
D | errno.h | 71 #if defined(EADDRNOTAVAIL) && !defined(_WIN32) 72 # define UV__EADDRNOTAVAIL UV__ERR(EADDRNOTAVAIL)
|
/third_party/libnl/lib/ |
D | error.c | 94 case EADDRNOTAVAIL: return NLE_NOADDR; in nl_syserr2nlerr()
|
/third_party/cares/ |
D | setup_once.h | 482 #undef EADDRNOTAVAIL /* override definition in errno.h */ 483 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
|
/third_party/node/deps/cares/src/lib/ |
D | setup_once.h | 482 #undef EADDRNOTAVAIL /* override definition in errno.h */ 483 #define EADDRNOTAVAIL WSAEADDRNOTAVAIL macro
|
/third_party/musl/arch/mips/bits/ |
D | errno.h | 99 #define EADDRNOTAVAIL 126 macro
|
/third_party/lwip/src/include/lwip/ |
D | errno.h | 150 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
|
/third_party/ltp/testcases/kernel/syscalls/bind/ |
D | bind01.c | 43 EADDRNOTAVAIL, "non-local address" },
|
/third_party/musl/arch/mips64/bits/ |
D | errno.h | 99 #define EADDRNOTAVAIL 126 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | errno.h | 99 #define EADDRNOTAVAIL 126 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | errno.h | 101 #define EADDRNOTAVAIL 99 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | errno.h | 100 #define EADDRNOTAVAIL 99 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | errno.h | 100 #define EADDRNOTAVAIL 99 macro
|
/third_party/musl/arch/generic/bits/ |
D | errno.h | 100 #define EADDRNOTAVAIL 99 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | errno.h | 101 #define EADDRNOTAVAIL 99 macro
|
/third_party/python/Modules/ |
D | errnomodule.c | 13 #undef EADDRNOTAVAIL 396 #ifdef EADDRNOTAVAIL in errno_exec() 397 add_errcode("EADDRNOTAVAIL", EADDRNOTAVAIL, "Cannot assign requested address"); in errno_exec()
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | errno.h | 107 #define EADDRNOTAVAIL 99 /* Cannot assign requested address */ macro
|