Searched refs:function_not_supported (Results 1 – 5 of 5) sorted by relevance
47 function_not_supported = int(std::errc::function_not_supported), enumerator
43 function_not_supported, // ENOSYS140 function_not_supported = ENOSYS,
271 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
439 {ERROR_INVALID_FUNCTION, errc::function_not_supported}, in __win_err_to_errc()757 return err.report(errc::function_not_supported); in __copy()
821 return make_error_code(errc::function_not_supported);