Home
last modified time | relevance | path

Searched refs:ERROR_BAD_PATHNAME (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/mit/libuv/dist/src/win/
H A Derror.c133 case ERROR_BAD_PATHNAME: return UV_ENOENT; in uv_translate_sys_error()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstat.c376 case ERROR_BAD_PATHNAME: /* rname is such as '\\server'. */ in rpl_stat()
H A Drename.c198 case ERROR_BAD_PATHNAME: in rpl_rename()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.c902 { ERROR_BAD_PATHNAME, ENOENT },
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d152 ERROR_BAD_PATHNAME, enumerator
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp415 {ERROR_BAD_PATHNAME, errc::no_such_file_or_directory}, in __win_err_to_errc()
/netbsd-src/external/mit/libuv/dist/
H A DChangeLog3249 * win: map ERROR_BAD_PATHNAME to UV_ENOENT (Tony Kelman)