Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h74 # define EHOSTUNREACH 10065 macro
Dstrerror.c139 case EHOSTUNREACH: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp107 #ifndef EHOSTUNREACH
108 #error EHOSTUNREACH not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno119 #ifndef EHOSTUNREACH
120 #define EHOSTUNREACH 9911
Dsystem_error142 host_unreachable, // EHOSTUNREACH
274 host_unreachable = EHOSTUNREACH,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp41 static_assert(static_cast<int>(std::errc::host_unreachable) == EHOSTUNREACH, ""); in main()