Searched refs:ESPIPE (Results 1 – 6 of 6) sorted by relevance
315 #ifndef ESPIPE316 #define ESPIPE 9960 macro
50 invalid_seek, // ESPIPE147 invalid_seek = ESPIPE,
309 #ifndef ESPIPE310 #error ESPIPE not defined
34 HANDLE_ERRNO(ESPIPE, 29)
48 static_assert(static_cast<int>(std::errc::invalid_seek) == ESPIPE, ""); in main()
130 Macro<"ESPIPE">,