Home
last modified time | relevance | path

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

123

/external/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;
/external/libcxx/include/
Derrno.h238 #ifndef EPROTOTYPE
239 #define EPROTOTYPE 9941 macro
D__errc99 wrong_protocol_type // EPROTOTYPE
212 wrong_protocol_type = EPROTOTYPE
/external/webrtc/webrtc/base/
Dsocket.h49 #undef EPROTOTYPE
50 #define EPROTOTYPE WSAEPROTOTYPE macro
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp297 #ifndef EPROTOTYPE
298 #error EPROTOTYPE not defined
/external/curl/lib/
Dcurl_setup_once.h442 #undef EPROTOTYPE /* override definition in errno.h */
443 #define EPROTOTYPE WSAEPROTOTYPE macro
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h466 # ifndef EPROTOTYPE
467 # define EPROTOTYPE 136 macro
616 wrong_protocol_type = EPROTOTYPE
/external/strace/tests-mx32/
Derrno2name.c390 #ifdef EPROTOTYPE in errno2name()
391 CASE(EPROTOTYPE); in errno2name()
/external/strace/tests-m32/
Derrno2name.c390 #ifdef EPROTOTYPE in errno2name()
391 CASE(EPROTOTYPE); in errno2name()
/external/strace/tests/
Derrno2name.c390 #ifdef EPROTOTYPE in errno2name()
391 CASE(EPROTOTYPE); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h74 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h73 #define EPROTOTYPE 98 /* Protocol wrong type for socket */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py97 EPROTOTYPE = 98 variable
/external/u-boot/include/linux/
Derrno.h99 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
/external/tensorflow/tensorflow/core/platform/posix/
Derror.cc43 case EPROTOTYPE: // Protocol wrong type for socket in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py102 EPROTOTYPE = 98 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c455 #ifdef EPROTOTYPE
456 { "EPROTOTYPE", (unsigned long) EPROTOTYPE },
/external/u-boot/lib/
Derrno_str.c105 ERRNO_MSG(EPROTOTYPE, "Protocol wrong type for socket"),
/external/ltp/lib/
Derrnos.h124 PAIR(EPROTOTYPE) in tst_strerrno()
/external/python/cpython3/Modules/
Derrnomodule.c34 #undef EPROTOTYPE
327 #ifdef EPROTOTYPE in PyInit_errno()
328 inscode(d, ds, de, "EPROTOTYPE", EPROTOTYPE, "Protocol wrong type for socket"); in PyInit_errno()
/external/libbrillo/brillo/errors/
Derror_codes.cc135 ERROR_ENTRY(EPROTOTYPE), // Protocol wrong type for socket
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp103 static_assert(static_cast<int>(std::errc::wrong_protocol_type) == EPROTOTYPE, ""); in main()
/external/dnsmasq/src/
Dlog.c198 if (errno == EPROTOTYPE) { in log_write()

123