Home
last modified time | relevance | path

Searched refs:function_not_supported (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc423 ec = std::make_error_code(std::errc::function_not_supported); in copy()
446 ec = std::make_error_code(std::errc::function_not_supported); in copy_file()
594 ec = std::make_error_code(std::errc::function_not_supported); in create_dir()
642 ec = std::make_error_code(std::errc::function_not_supported); in create_directory()
663 ec = std::make_error_code(std::errc::function_not_supported); in create_directory_symlink()
695 ec = std::make_error_code(std::errc::function_not_supported); in create_hard_link()
719 ec = std::make_error_code(std::errc::function_not_supported); in create_symlink()
787 ec = std::make_error_code(std::errc::function_not_supported); in current_path()
810 ec = std::make_error_code(std::errc::function_not_supported); in current_path()
908 ec = std::make_error_code(std::errc::function_not_supported); in equivalent()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc385 ec = std::make_error_code(std::errc::function_not_supported); in copy_file()
504 ec = std::make_error_code(std::errc::function_not_supported); in create_dir()
552 ec = std::make_error_code(std::errc::function_not_supported); in create_directory()
573 ec = std::make_error_code(std::errc::function_not_supported); in create_directory_symlink()
605 ec = std::make_error_code(std::errc::function_not_supported); in create_hard_link()
629 ec = std::make_error_code(std::errc::function_not_supported); in create_symlink()
696 ec = std::make_error_code(std::errc::function_not_supported); in current_path()
719 ec = std::make_error_code(std::errc::function_not_supported); in current_path()
775 ec = std::make_error_code(std::errc::function_not_supported); in equivalent()
806 ec = std::make_error_code(std::errc::function_not_supported); in do_stat()
[all …]
H A Dops-common.h91 return std::make_error_code(std::errc::function_not_supported); in _GLIBCXX_VISIBILITY()
633 ec = std::make_error_code(std::errc::function_not_supported); in _GLIBCXX_VISIBILITY()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrc.h47 function_not_supported = int(std::errc::function_not_supported), enumerator
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A D__errc43 function_not_supported, // ENOSYS
140 function_not_supported = ENOSYS,
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h66 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/
H A Derror_constants.h66 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h68 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/
H A Derror_constants.h68 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h68 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/
H A Derror_constants.h68 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h68 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Derror_constants.h68 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
/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/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp436 {ERROR_INVALID_FUNCTION, errc::function_not_supported}, in __win_err_to_errc()
754 return err.report(errc::function_not_supported); in __copy()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc809 return make_error_code(errc::function_not_supported);
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog1425 errc::function_not_supported instead of errc::not_supported.