Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/
H A Derrno.h205 #ifndef EPROTO
206 #define EPROTO 9932 macro
H A D__errc83 protocol_error, // EPROTO
192 protocol_error = EPROTO,
/llvm-project-15.0.7/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp289 #ifndef EPROTO
290 #error EPROTO not defined
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp87 static_assert(static_cast<int>(std::errc::protocol_error) == EPROTO, ""); in main()
/llvm-project-15.0.7/libc/spec/
H A Dposix.td126 Macro<"EPROTO">,