Searched refs:EPIPE (Results 1 – 6 of 6) sorted by relevance
275 #ifndef EPIPE276 #define EPIPE 9950 macro
30 broken_pipe, // EPIPE127 broken_pipe = EPIPE,
285 #ifndef EPIPE286 #error EPIPE not defined
28 static_assert(static_cast<int>(std::errc::broken_pipe) == EPIPE, ""); in main()
125 Macro<"EPIPE">,
210 if e.errno == errno.EPIPE: