Home
last modified time | relevance | path

Searched refs:EPROTOTYPE (Results 1 - 25 of 99) sorted by relevance

1234

/third_party/rust/crates/nix/src/
H A Derrno.rs196 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 Dw32functions.h62 #ifndef EPROTOTYPE
63 #define EPROTOTYPE (MHDW32ERRBASE+7) macro
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c105 EPROTOTYPE, "EPROTOTYPE", EPROTOTYPE}, {
H A D4-1.c100 EPROTOTYPE, "EPROTOTYPE"}, {
H A D3-1-buildonly.c86 static int dummy69 = EPROTOTYPE;
/third_party/pulseaudio/src/pulsecore/
H A Dwinerrno.h20 #undef EPROTOTYPE macro
21 #define EPROTOTYPE WSAEPROTOTYPE macro
/third_party/skia/third_party/externals/microhttpd/src/platform/
H A 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/
H A Dcurl_setup_once.h341 #undef EPROTOTYPE /* override definition in errno.h */ macro
342 #define EPROTOTYPE WSAEPROTOTYPE macro
/third_party/libuv/include/uv/
H A Derrno.h329 #if defined(EPROTOTYPE) && !defined(_WIN32)
330 # define UV__EPROTOTYPE UV__ERR(EPROTOTYPE)
/third_party/node/deps/uv/include/uv/
H A Derrno.h329 #if defined(EPROTOTYPE) && !defined(_WIN32)
330 # define UV__EPROTOTYPE UV__ERR(EPROTOTYPE)
/third_party/python/Modules/
H A Derrnomodule.c34 #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 Derrno.h92 #define EPROTOTYPE 91 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h92 #define EPROTOTYPE 91 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h92 #define EPROTOTYPE 91 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h91 #define EPROTOTYPE 91 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h92 #define EPROTOTYPE 91 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h142 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h91 #define EPROTOTYPE 91 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h90 #define EPROTOTYPE 98 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h90 #define EPROTOTYPE 98 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h90 #define EPROTOTYPE 98 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h91 #define EPROTOTYPE 91 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h91 #define EPROTOTYPE 91 macro
/third_party/node/deps/cares/src/lib/
H A Dsetup_once.h383 # undef EPROTOTYPE /* override definition in errno.h */ macro
384 # define EPROTOTYPE WSAEPROTOTYPE macro
/third_party/musl/libc-test/src/api/
H A Derrno.c78 C(EPROTOTYPE) in f()

Completed in 14 milliseconds

1234