Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Derrno.in.h110 # ifndef ENOMSG
111 # define ENOMSG 2000 macro
Dstrerror.c269 case ENOMSG: in rpl_strerror()
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/errno/
Dcerrno.pass.cpp213 #ifndef ENOMSG
214 #error ENOMSG not defined
/ndk/sources/cxx-stl/llvm-libc++/include/
Dcerrno155 #ifndef ENOMSG
156 #define ENOMSG 9920
Dsystem_error159 no_message, // ENOMSG
293 no_message_available = ENOMSG,
295 no_message = ENOMSG,
/ndk/sources/host-tools/sed-4.2.1/m4/
Derrno_h.m413 #if !defined ENOMSG
/ndk/sources/cxx-stl/llvm-libc++/test/diagnostics/syserr/
Derrc.pass.cpp61 static_assert(static_cast<int>(std::errc::no_message) == ENOMSG, ""); in main()