Home
last modified time | relevance | path

Searched refs:EPROTOTYPE (Results 1 – 25 of 112) sorted by relevance

12345

/third_party/rust/crates/nix/src/
Derrno.rs196 EPROTOTYPE => "Protocol wrong type for socket", in desc()
1213 EPROTOTYPE = libc::EPROTOTYPE, enumerator
1358 libc::EPROTOTYPE => EPROTOTYPE, in from_i32()
1455 EPROTOTYPE = libc::EPROTOTYPE, enumerator
1573 libc::EPROTOTYPE => EPROTOTYPE, in from_i32()
1691 EPROTOTYPE = libc::EPROTOTYPE, enumerator
1800 libc::EPROTOTYPE => EPROTOTYPE, in from_i32()
1908 EPROTOTYPE = libc::EPROTOTYPE, enumerator
2017 libc::EPROTOTYPE => EPROTOTYPE, in from_i32()
2123 EPROTOTYPE = libc::EPROTOTYPE, enumerator
[all …]
/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h62 #ifndef EPROTOTYPE
63 #define EPROTOTYPE (MHDW32ERRBASE+7) macro
/third_party/pulseaudio/src/pulsecore/
Dwinerrno.h20 #undef EPROTOTYPE
21 #define EPROTOTYPE WSAEPROTOTYPE macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c105 EPROTOTYPE, "EPROTOTYPE", EPROTOTYPE}, {
D4-1.c100 EPROTOTYPE, "EPROTOTYPE"}, {
D3-1-buildonly.c86 static int dummy69 = EPROTOTYPE;
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c55 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/
Dcurl_setup_once.h345 #undef EPROTOTYPE /* override definition in errno.h */
346 #define EPROTOTYPE WSAEPROTOTYPE macro
/third_party/node/deps/uv/include/uv/
Derrno.h329 #if defined(EPROTOTYPE) && !defined(_WIN32)
330 # define UV__EPROTOTYPE UV__ERR(EPROTOTYPE)
/third_party/libuv/include/uv/
Derrno.h329 #if defined(EPROTOTYPE) && !defined(_WIN32)
330 # define UV__EPROTOTYPE UV__ERR(EPROTOTYPE)
/third_party/node/deps/cares/src/lib/
Dsetup_once.h468 #undef EPROTOTYPE /* override definition in errno.h */
469 #define EPROTOTYPE WSAEPROTOTYPE macro
/third_party/python/Modules/
Derrnomodule.c34 #undef EPROTOTYPE
318 #ifdef EPROTOTYPE in errno_exec()
319 add_errcode("EPROTOTYPE", EPROTOTYPE, "Protocol wrong type for socket"); in errno_exec()
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h91 #define EPROTOTYPE 91 macro
/third_party/musl/arch/generic/bits/
Derrno.h91 #define EPROTOTYPE 91 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h90 #define EPROTOTYPE 98 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h92 #define EPROTOTYPE 91 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h92 #define EPROTOTYPE 91 macro
/third_party/musl/arch/mips/bits/
Derrno.h90 #define EPROTOTYPE 98 macro
/third_party/musl/arch/mips64/bits/
Derrno.h90 #define EPROTOTYPE 98 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h92 #define EPROTOTYPE 91 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h91 #define EPROTOTYPE 91 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h92 #define EPROTOTYPE 91 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h91 #define EPROTOTYPE 91 macro
/third_party/lwip/src/include/lwip/
Derrno.h142 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
/third_party/musl/porting/uniproton/kernel/src/errno/
D__strerror.h80 E(EPROTOTYPE, "Protocol wrong type for socket")

12345