Home
last modified time | relevance | path

Searched refs:ERROR_FILE_EXISTS (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Drename.c186 if (error == ERROR_FILE_EXISTS || error == ERROR_ALREADY_EXISTS) in rpl_rename()
236 case ERROR_FILE_EXISTS: in rpl_rename()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Derror.c97 case ERROR_FILE_EXISTS: return UV_EEXIST; in uv_translate_sys_error()
H A Dfs.c621 if (error == ERROR_FILE_EXISTS && (flags & UV_FS_O_CREAT) && in fs__open()
1328 if (error != ERROR_FILE_EXISTS) { in fs__mkstemp_func()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DErrorHandling.cpp264 MAP_ERR_TO_COND(ERROR_FILE_EXISTS, file_exists); in mapWindowsError()
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dutils.c455 { ERROR_FILE_EXISTS, EEXIST }, in win2errno()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.c885 { ERROR_FILE_EXISTS, EEXIST },
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d84 ERROR_FILE_EXISTS = 80, enumerator
/netbsd-src/external/gpl2/gmake/dist/
H A Djob.c285 if (er == ERROR_FILE_EXISTS || er == ERROR_ALREADY_EXISTS) in create_batch_file()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp431 {ERROR_FILE_EXISTS, errc::file_exists}, in __win_err_to_errc()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.c2173 if (err == ERROR_ALREADY_EXISTS || err == ERROR_FILE_EXISTS) { in WIN32_rename()
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c2672 if (err == ERROR_ALREADY_EXISTS || err == ERROR_FILE_EXISTS) { in WIN32_rename()