/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 105 EPROTOTYPE, "EPROTOTYPE", EPROTOTYPE}, {
|
D | 4-1.c | 100 EPROTOTYPE, "EPROTOTYPE"}, {
|
D | 3-1-buildonly.c | 86 int dummy69 = EPROTOTYPE;
|
/external/libcxx/include/ |
D | errno.h | 238 #ifndef EPROTOTYPE 239 #define EPROTOTYPE 9941 macro
|
D | __errc | 99 wrong_protocol_type // EPROTOTYPE 212 wrong_protocol_type = EPROTOTYPE
|
/external/webrtc/webrtc/base/ |
D | socket.h | 49 #undef EPROTOTYPE 50 #define EPROTOTYPE WSAEPROTOTYPE macro
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 297 #ifndef EPROTOTYPE 298 #error EPROTOTYPE not defined
|
/external/curl/lib/ |
D | curl_setup_once.h | 442 #undef EPROTOTYPE /* override definition in errno.h */ 443 #define EPROTOTYPE WSAEPROTOTYPE macro
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 466 # ifndef EPROTOTYPE 467 # define EPROTOTYPE 136 macro 616 wrong_protocol_type = EPROTOTYPE
|
/external/strace/tests-mx32/ |
D | errno2name.c | 390 #ifdef EPROTOTYPE in errno2name() 391 CASE(EPROTOTYPE); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 390 #ifdef EPROTOTYPE in errno2name() 391 CASE(EPROTOTYPE); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 390 #ifdef EPROTOTYPE in errno2name() 391 CASE(EPROTOTYPE); in errno2name()
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 74 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 73 #define EPROTOTYPE 98 /* Protocol wrong type for socket */ macro
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 97 EPROTOTYPE = 98 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 99 #define EPROTOTYPE 91 /* Protocol wrong type for socket */ macro
|
/external/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 43 case EPROTOTYPE: // Protocol wrong type for socket in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 102 EPROTOTYPE = 98 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 455 #ifdef EPROTOTYPE 456 { "EPROTOTYPE", (unsigned long) EPROTOTYPE },
|
/external/u-boot/lib/ |
D | errno_str.c | 105 ERRNO_MSG(EPROTOTYPE, "Protocol wrong type for socket"),
|
/external/ltp/lib/ |
D | errnos.h | 124 PAIR(EPROTOTYPE) in tst_strerrno()
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 34 #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/ |
D | error_codes.cc | 135 ERROR_ENTRY(EPROTOTYPE), // Protocol wrong type for socket
|
/external/libcxx/test/std/diagnostics/syserr/ |
D | errc.pass.cpp | 103 static_assert(static_cast<int>(std::errc::wrong_protocol_type) == EPROTOTYPE, ""); in main()
|
/external/dnsmasq/src/ |
D | log.c | 198 if (errno == EPROTOTYPE) { in log_write()
|