/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
H A D | fs_ops.cc | 423 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 D | ops.cc | 385 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 D | ops-common.h | 91 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 D | Errc.h | 47 function_not_supported = int(std::errc::function_not_supported), enumerator
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | __errc | 43 function_not_supported, // ENOSYS 140 function_not_supported = ENOSYS,
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32/ |
H A D | error_constants.h | 66 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32/ |
H A D | error_constants.h | 66 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/djgpp/ |
H A D | error_constants.h | 68 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/djgpp/ |
H A D | error_constants.h | 68 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/mingw32-w64/ |
H A D | error_constants.h | 68 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/mingw32-w64/ |
H A D | error_constants.h | 68 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/generic/ |
H A D | error_constants.h | 68 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/ |
H A D | error_constants.h | 68 function_not_supported = ENOSYS, in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | ErrorHandling.cpp | 269 MAP_ERR_TO_COND(ERROR_INVALID_FUNCTION, function_not_supported); in mapWindowsError()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
H A D | operations.cpp | 436 {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 D | Path.inc | 809 return make_error_code(errc::function_not_supported);
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog | 1425 errc::function_not_supported instead of errc::not_supported.
|