Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h62 # define ENETRESET 10052 macro
Dstrerror.c103 case ENETRESET: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp167 #ifndef ENETRESET
168 #error ENETRESET not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno135 #ifndef ENETRESET
136 #define ENETRESET 9915
Dsystem_error153 network_reset, // ENETRESET
285 network_reset = ENETRESET,
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp52 static_assert(static_cast<int>(std::errc::network_reset) == ENETRESET, ""); in main()