Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h59 # define EADDRNOTAVAIL 10049 macro
Dstrerror.c94 case EADDRNOTAVAIL: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp35 #ifndef EADDRNOTAVAIL
36 #error EADDRNOTAVAIL not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno87 #ifndef EADDRNOTAVAIL
88 #define EADDRNOTAVAIL 9903
Dsystem_error121 address_not_available, // EADDRNOTAVAIL
253 address_not_available = EADDRNOTAVAIL,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp20 static_assert(static_cast<int>(std::errc::address_not_available) == EADDRNOTAVAIL, ""); in main()