Home
last modified time | relevance | path

Searched refs:EBADMSG (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/libcxx/include/
H A Derrno.h97 #ifndef EBADMSG
98 #define EBADMSG 9905 macro
H A D__errc29 bad_message, // EBADMSG
126 bad_message = EBADMSG,
/llvm-project-15.0.7/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp51 #ifndef EBADMSG
52 #error EBADMSG not defined
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp27 static_assert(static_cast<int>(std::errc::bad_message) == EBADMSG, ""); in main()
/llvm-project-15.0.7/libc/spec/
H A Dposix.td68 Macro<"EBADMSG">,