Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h51 # define EPROTOTYPE 10041 macro
Dstrerror.c70 case EPROTOTYPE: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/errno/
Dcerrno.pass.cpp301 #ifndef EPROTOTYPE
302 #error EPROTOTYPE not defined
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcerrno235 #ifndef EPROTOTYPE
236 #define EPROTOTYPE 9941
Dsystem_error195 wrong_protocol_type // EPROTOTYPE
343 wrong_protocol_type = EPROTOTYPE
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/syserr/
Derrc.pass.cpp103 static_assert(static_cast<int>(std::errc::wrong_protocol_type) == EPROTOTYPE, ""); in main()