Searched refs:not_a_stream (Results 1 – 3 of 3) sorted by relevance
73 not_a_stream, // ENOSTR179 not_a_stream = ENOSTR,181 not_a_stream = EINVAL,
567 not_a_stream = ENOSTR, enumerator569 not_a_stream = EINVAL,
74 static_assert(static_cast<int>(std::errc::not_a_stream) == ENOSTR, ""); in main()