Searched refs:function_not_supported (Results 1 – 5 of 5) sorted by relevance
48 function_not_supported = int(std::errc::function_not_supported), enumerator
173 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
40 static_assert(static_cast<int>(std::errc::function_not_supported) == ENOSYS, ""); in main()
141 function_not_supported, // ENOSYS273 function_not_supported = ENOSYS,
411 return make_error_code(errc::function_not_supported);