/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 194 EDESTADDRREQ => "Destination address required", 1211 EDESTADDRREQ = libc::EDESTADDRREQ, 1356 libc::EDESTADDRREQ => EDESTADDRREQ, 1453 EDESTADDRREQ = libc::EDESTADDRREQ, 1571 libc::EDESTADDRREQ => EDESTADDRREQ, 1689 EDESTADDRREQ [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 56 #ifndef EDESTADDRREQ 57 #define EDESTADDRREQ (MHDW32ERRBASE+5) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 42 EDESTADDRREQ, "EDESTADDRREQ", EDESTADDRREQ}, {
|
H A D | 4-1.c | 37 EDESTADDRREQ, "EDESTADDRREQ"}, {
|
H A D | 3-1-buildonly.c | 28 static int dummy17 = EDESTADDRREQ;
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 16 #undef EDESTADDRREQ macro 17 #define EDESTADDRREQ WSAEDESTADDRREQ macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 53 case WSAEDESTADDRREQ: return EDESTADDRREQ; in MHD_W32_errno_from_winsock_() 122 case EDESTADDRREQ: in MHD_W32_strerror_() 429 case EDESTADDRREQ: in MHD_W32_set_last_winsock_error_()
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 337 #undef EDESTADDRREQ /* override definition in errno.h */ macro 338 #define EDESTADDRREQ WSAEDESTADDRREQ macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 137 #if defined(EDESTADDRREQ) && !defined(_WIN32) 138 # define UV__EDESTADDRREQ UV__ERR(EDESTADDRREQ)
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 137 #if defined(EDESTADDRREQ) && !defined(_WIN32) 138 # define UV__EDESTADDRREQ UV__ERR(EDESTADDRREQ)
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 19 #undef EDESTADDRREQ macro 496 #ifdef EDESTADDRREQ in errno_exec() 497 add_errcode("EDESTADDRREQ", EDESTADDRREQ, "Destination address required"); in errno_exec() 500 add_errcode("EDESTADDRREQ", WSAEDESTADDRREQ, "Destination address required"); in errno_exec()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 90 #define EDESTADDRREQ 89 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 90 #define EDESTADDRREQ 89 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 90 #define EDESTADDRREQ 89 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 89 #define EDESTADDRREQ 89 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 90 #define EDESTADDRREQ 89 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 140 #define EDESTADDRREQ 89 /* Destination address required */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 89 #define EDESTADDRREQ 89 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 88 #define EDESTADDRREQ 96 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 88 #define EDESTADDRREQ 96 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 88 #define EDESTADDRREQ 96 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 89 #define EDESTADDRREQ 89 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 89 #define EDESTADDRREQ 89 macro
|
/third_party/node/deps/cares/src/lib/ |
H A D | setup_once.h | 379 # undef EDESTADDRREQ /* override definition in errno.h */ macro 380 # define EDESTADDRREQ WSAEDESTADDRREQ macro
|
/third_party/musl/libc-test/src/api/ |
H A D | errno.c | 26 C(EDESTADDRREQ) in f()
|