Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h62 #ifndef EPROTOTYPE
63 #define EPROTOTYPE (MHDW32ERRBASE+7) macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Derrno.h230 #ifndef EPROTOTYPE
231 #define EPROTOTYPE 136 macro
/third_party/boost/boost/
Dcerrno.hpp173 #ifndef EPROTOTYPE
174 #define EPROTOTYPE 9941 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 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.h407 #undef EPROTOTYPE /* override definition in errno.h */
408 #define EPROTOTYPE WSAEPROTOTYPE macro
/third_party/libuv/include/uv/
Derrno.h329 #if defined(EPROTOTYPE) && !defined(_WIN32)
330 # define UV__EPROTOTYPE UV__ERR(EPROTOTYPE)
/third_party/cares/
Dsetup_once.h468 #undef EPROTOTYPE /* override definition in errno.h */
469 #define EPROTOTYPE WSAEPROTOTYPE macro
/third_party/node/deps/cares/src/lib/
Dsetup_once.h468 #undef EPROTOTYPE /* override definition in errno.h */
469 #define EPROTOTYPE WSAEPROTOTYPE macro
/third_party/musl/arch/mips/bits/
Derrno.h90 #define EPROTOTYPE 98 macro
/third_party/lwip/src/include/lwip/
Derrno.h142 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
/third_party/musl/arch/mips64/bits/
Derrno.h90 #define EPROTOTYPE 98 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h90 #define EPROTOTYPE 98 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h92 #define EPROTOTYPE 91 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h91 #define EPROTOTYPE 91 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h91 #define EPROTOTYPE 91 macro
/third_party/musl/arch/generic/bits/
Derrno.h91 #define EPROTOTYPE 91 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h92 #define EPROTOTYPE 91 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/uboot/u-boot-2020.01/include/linux/
Derrno.h99 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h80 E(EPROTOTYPE, "Protocol wrong type for socket")
/third_party/musl/libc-test/src/api/
Derrno.c78 C(EPROTOTYPE) in f()

12