Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/include/
H A D__errc65 no_stream_resources, // ENOSR
166 #ifdef ENOSR
167 no_stream_resources = ENOSR,
H A Derrno.h165 #ifndef ENOSR
166 #define ENOSR 9922 macro
/llvm-project-15.0.7/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp222 #ifndef ENOSR
223 #error ENOSR not defined
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp66 static_assert(static_cast<int>(std::errc::no_stream_resources) == ENOSR, ""); in main()
/llvm-project-15.0.7/libc/spec/
H A Dposix.td110 Macro<"ENOSR">,