Home
last modified time | relevance | path

Searched refs:EPROTO (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h125 # ifndef EPROTO
126 # define EPROTO 2003 macro
Dstrerror.c287 case EPROTO: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
Dcerrno.pass.cpp293 #ifndef EPROTO
294 #error EPROTO not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcerrno203 #ifndef EPROTO
204 #define EPROTO 9932
Dsystem_error181 protocol_error, // EPROTO
325 protocol_error = EPROTO,
/ndk/sources/host-tools/sed-4.2.1/m4/
Derrno_h.m422 #if !defined EPROTO
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/syserr/
Derrc.pass.cpp86 static_assert(static_cast<int>(std::errc::protocol_error) == EPROTO, ""); in main()