Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h53 # define EPROTONOSUPPORT 10043 macro
Dstrerror.c76 case EPROTONOSUPPORT: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp297 #ifndef EPROTONOSUPPORT
298 #error EPROTONOSUPPORT not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno207 #ifndef EPROTONOSUPPORT
208 #define EPROTONOSUPPORT 9933
Dsystem_error182 protocol_not_supported, // EPROTONOSUPPORT
326 protocol_not_supported = EPROTONOSUPPORT,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp87 static_assert(static_cast<int>(std::errc::protocol_not_supported) == EPROTONOSUPPORT, ""); in main()