/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 196 EPROTOTYPE => "Protocol wrong type for socket", 1213 EPROTOTYPE = libc::EPROTOTYPE, 1358 libc::EPROTOTYPE => EPROTOTYPE, 1455 EPROTOTYPE = libc::EPROTOTYPE, 1573 libc::EPROTOTYPE => EPROTOTYPE, 1691 EPROTOTYPE [all...] |
/third_party/skia/third_party/externals/microhttpd/src/include/ |
H A D | w32functions.h | 62 #ifndef EPROTOTYPE 63 #define EPROTOTYPE (MHDW32ERRBASE+7) macro
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 105 EPROTOTYPE, "EPROTOTYPE", EPROTOTYPE}, {
|
H A D | 4-1.c | 100 EPROTOTYPE, "EPROTOTYPE"}, {
|
H A D | 3-1-buildonly.c | 86 static int dummy69 = EPROTOTYPE;
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | winerrno.h | 20 #undef EPROTOTYPE macro 21 #define EPROTOTYPE WSAEPROTOTYPE macro
|
/third_party/skia/third_party/externals/microhttpd/src/platform/ |
H A D | w32functions.c | 55 case WSAEPROTOTYPE: return EPROTOTYPE; in MHD_W32_errno_from_winsock_() 126 case EPROTOTYPE: in MHD_W32_strerror_() 435 case EPROTOTYPE: in MHD_W32_set_last_winsock_error_()
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 341 #undef EPROTOTYPE /* override definition in errno.h */ macro 342 #define EPROTOTYPE WSAEPROTOTYPE macro
|
/third_party/libuv/include/uv/ |
H A D | errno.h | 329 #if defined(EPROTOTYPE) && !defined(_WIN32) 330 # define UV__EPROTOTYPE UV__ERR(EPROTOTYPE)
|
/third_party/node/deps/uv/include/uv/ |
H A D | errno.h | 329 #if defined(EPROTOTYPE) && !defined(_WIN32) 330 # define UV__EPROTOTYPE UV__ERR(EPROTOTYPE)
|
/third_party/python/Modules/ |
H A D | errnomodule.c | 34 #undef EPROTOTYPE macro 322 #ifdef EPROTOTYPE in errno_exec() 323 add_errcode("EPROTOTYPE", EPROTOTYPE, "Protocol wrong type for socket"); in errno_exec() 326 add_errcode("EPROTOTYPE", WSAEPROTOTYPE, "Protocol wrong type for socket"); in errno_exec()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 92 #define EPROTOTYPE 91 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 92 #define EPROTOTYPE 91 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 92 #define EPROTOTYPE 91 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 91 #define EPROTOTYPE 91 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 92 #define EPROTOTYPE 91 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 142 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 91 #define EPROTOTYPE 91 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 90 #define EPROTOTYPE 98 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 90 #define EPROTOTYPE 98 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 90 #define EPROTOTYPE 98 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 91 #define EPROTOTYPE 91 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 91 #define EPROTOTYPE 91 macro
|
/third_party/node/deps/cares/src/lib/ |
H A D | setup_once.h | 383 # undef EPROTOTYPE /* override definition in errno.h */ macro 384 # define EPROTOTYPE WSAEPROTOTYPE macro
|
/third_party/musl/libc-test/src/api/ |
H A D | errno.c | 78 C(EPROTOTYPE) in f()
|