Home
last modified time | relevance | path

Searched refs:ERROR_INVALID_FUNCTION (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Derrtest.c25 SetLastError(ERROR_INVALID_FUNCTION); in preserves_system_error()
27 return TEST_int_eq(GetLastError(), ERROR_INVALID_FUNCTION); in preserves_system_error()
/netbsd-src/crypto/external/bsd/openssl/dist/test/
H A Derrtest.c120 SetLastError(ERROR_INVALID_FUNCTION); in preserves_system_error()
122 return TEST_int_eq(GetLastError(), ERROR_INVALID_FUNCTION); in preserves_system_error()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Derror.c168 case ERROR_INVALID_FUNCTION: return UV_EISDIR; in uv_translate_sys_error()
H A Dudp.c111 } else if (GetLastError() != ERROR_INVALID_FUNCTION) { in uv__udp_set_socket()
H A Dfs.c765 SET_REQ_WIN32_ERROR(req, ERROR_INVALID_FUNCTION); in fs__read_filemap()
947 SET_REQ_WIN32_ERROR(req, ERROR_INVALID_FUNCTION); in fs__write_filemap()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DErrorHandling.cpp269 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dfcntl.c108 case ERROR_INVALID_FUNCTION: in dupfd()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.c863 { ERROR_INVALID_FUNCTION, EINVAL },
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d24 ERROR_INVALID_FUNCTION, enumerator
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp436 {ERROR_INVALID_FUNCTION, errc::function_not_supported}, in __win_err_to_errc()