Home
last modified time | relevance | path

Searched refs:EPIPE (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxx/include/
H A Derrno.h275 #ifndef EPIPE
276 #define EPIPE 9950 macro
H A D__errc30 broken_pipe, // EPIPE
127 broken_pipe = EPIPE,
/llvm-project-15.0.7/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp285 #ifndef EPIPE
286 #error EPIPE not defined
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp28 static_assert(static_cast<int>(std::errc::broken_pipe) == EPIPE, ""); in main()
/llvm-project-15.0.7/libc/spec/
H A Dposix.td125 Macro<"EPIPE">,
/llvm-project-15.0.7/compiler-rt/lib/asan/scripts/
H A Dasan_symbolize.py210 if e.errno == errno.EPIPE: