Searched refs:function_not_supported (Results 1 – 7 of 7) sorted by relevance
51 function_not_supported = int(std::errc::function_not_supported), enumerator
167 function_not_supported = ENOSYS, in _LIBCPP_DECLARE_STRONG_ENUM()
166 function_not_supported = ENOSYS, in _LIBCPP_DECLARE_STRONG_ENUM()
338 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
85 return errc::function_not_supported; in __win_err_to_errc()
149 return err.report(errc::function_not_supported); in __copy()
826 return make_error_code(errc::function_not_supported);