Searched refs:ENOSPC (Results 1 – 6 of 6) sorted by relevance
335 #ifndef ENOSPC336 #define ENOSPC 9965 macro
64 no_space_on_device, // ENOSPC165 no_space_on_device = ENOSPC,
217 #ifndef ENOSPC218 #error ENOSPC not defined
33 HANDLE_ERRNO(ENOSPC, 28)
64 static_assert(static_cast<int>(std::errc::no_space_on_device) == ENOSPC, ""); in main()
109 Macro<"ENOSPC">,