Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h115 # ifndef EIDRM
116 # define EIDRM 2001 macro
Dstrerror.c275 case EIDRM: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/errno/
Dcerrno.pass.cpp111 #ifndef EIDRM
112 #error EIDRM not defined
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcerrno123 #ifndef EIDRM
124 #define EIDRM 9912
Dsystem_error142 identifier_removed, // EIDRM
274 identifier_removed = EIDRM,
/ndk/sources/host-tools/sed-4.2.1/m4/
Derrno_h.m416 #if !defined EIDRM
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/syserr/
Derrc.pass.cpp42 static_assert(static_cast<int>(std::errc::identifier_removed) == EIDRM, ""); in main()