| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/ |
| H A D | LLVMInstallSymlink.cmake | 12 COMMAND "${CMAKE_COMMAND}" -E create_symlink "${target}" "${name}"
|
| H A D | AddLLVM.cmake | 1957 set(LLVM_LINK_OR_COPY create_symlink)
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
| H A D | ops.cc | 327 create_symlink(from, to, ec); in copy() 415 create_symlink(p, new_symlink, ec); in copy_symlink() 575 create_symlink(to, new_symlink, ec); in create_directory_symlink() 610 fs::create_symlink(const path& to, const path& new_symlink) in create_symlink() function in fs 613 create_symlink(to, new_symlink, ec); in create_symlink() 620 fs::create_symlink(const path& to, const path& new_symlink, in create_symlink() function in fs
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
| H A D | ops.cc | 321 create_symlink(from, to, ec); in copy() 409 create_symlink(p, new_symlink, ec); in copy_symlink() 569 create_symlink(to, new_symlink, ec); in create_directory_symlink() 604 fs::create_symlink(const path& to, const path& new_symlink) in create_symlink() function in fs 607 create_symlink(to, new_symlink, ec); in create_symlink() 614 fs::create_symlink(const path& to, const path& new_symlink, in create_symlink() function in fs
|
| H A D | std-ops.cc | 536 create_symlink(from, to, ec); in copy() 620 create_symlink(p, new_symlink, ec); in copy_symlink() 804 create_symlink(to, new_symlink, ec); in create_directory_symlink() 834 fs::create_symlink(const path& to, const path& new_symlink) in create_symlink() function in fs 837 create_symlink(to, new_symlink, ec); in create_symlink() 844 fs::create_symlink(const path& to, const path& new_symlink, in create_symlink() function in fs
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
| H A D | fs_ops.h | 106 void create_symlink(const path& __to, const path& __new_symlink); in _GLIBCXX_VISIBILITY() 107 void create_symlink(const path& __to, const path& __new_symlink, in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| H A D | fs_ops.h | 99 void create_symlink(const path& __to, const path& __new_symlink); in _GLIBCXX_VISIBILITY() 100 void create_symlink(const path& __to, const path& __new_symlink, in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
| H A D | fs_ops.h | 113 void create_symlink(const path& __to, const path& __new_symlink); in _GLIBCXX_VISIBILITY() 114 void create_symlink(const path& __to, const path& __new_symlink, in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| H A D | fs_ops.h | 105 void create_symlink(const path& __to, const path& __new_symlink); in _GLIBCXX_VISIBILITY() 106 void create_symlink(const path& __to, const path& __new_symlink, in _GLIBCXX_VISIBILITY()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_ops.cc | 385 create_symlink(from, to, ec); in copy() 476 create_symlink(p, new_symlink, ec); in copy_symlink() 665 create_symlink(to, new_symlink, ec); in create_directory_symlink() 700 fs::create_symlink(const path& to, const path& new_symlink) in create_symlink() function in fs 703 create_symlink(to, new_symlink, ec); in create_symlink() 710 fs::create_symlink(const path& to, const path& new_symlink, in create_symlink() function in fs
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
| H A D | fs_ops.cc | 381 create_symlink(from, to, ec); in copy() 472 create_symlink(p, new_symlink, ec); in copy_symlink() 661 create_symlink(to, new_symlink, ec); in create_directory_symlink() 696 fs::create_symlink(const path& to, const path& new_symlink) in create_symlink() function in fs 699 create_symlink(to, new_symlink, ec); in create_symlink() 706 fs::create_symlink(const path& to, const path& new_symlink, in create_symlink() function in fs
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/ |
| H A D | filesystem | 118 void create_symlink(const path& to, const path& new_symlink); 119 void create_symlink(const path& to, const path& new_symlink,
|
| /netbsd-src/external/bsd/libevent/dist/cmake/ |
| H A D | AddEventLibrary.cmake | 171 COMMAND ${CMAKE_COMMAND} -E create_symlink
|
| /netbsd-src/external/apache2/llvm/dist/llvm/cmake/platforms/ |
| H A D | WinMsvc.cmake | 144 -E create_symlink 156 -E create_symlink
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
| H A D | filesystem | 118 void create_symlink(const path& to, const path& new_symlink); 119 void create_symlink(const path& to, const path& new_symlink, 1964 inline _LIBCPP_INLINE_VISIBILITY void create_symlink(const path& __to, 1970 create_symlink(const path& __to, const path& __new, error_code& __ec) noexcept {
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2018 | 4661 (filesystem::create_symlink): Check HAVE_SYMLINK autoconf macro. 4699 (filesystem::create_symlink): Check HAVE_SYMLINK autoconf macro. 5548 * testsuite/experimental/filesystem/operations/create_symlink.cc:
|
| H A D | ChangeLog-2021 | 2451 (fs::create_hard_link, fs::create_symlink, fs::current_path) 2458 (fs::create_hard_link, fs::create_symlink, fs::current_path) 6303 * testsuite/27_io/filesystem/operations/create_symlink.cc:
|
| H A D | ChangeLog-2017 | 966 * testsuite/27_io/filesystem/operations/create_symlink.cc: New test.
|
| H A D | ChangeLog-2019 | 6955 * testsuite/27_io/filesystem/operations/create_symlink.cc: Likewise.
|
| H A D | ChangeLog-2016 | 1236 * testsuite/experimental/filesystem/operations/create_symlink.cc: New
|
| /netbsd-src/external/gpl3/gcc.old/dist/ |
| H A D | MD5SUMS | 98996 47a77625d7c91519009042fe5f6d664f libstdc++-v3/testsuite/27_io/filesystem/operations/create_symlink… 100066 …45e9ce79414dc8d0906a71 libstdc++-v3/testsuite/experimental/filesystem/operations/create_symlink.cc
|
| /netbsd-src/external/gpl3/gcc/dist/ |
| H A D | MD5SUMS | 113397 6742f3d96acb605f9150065bc1b9ed9d libstdc++-v3/testsuite/27_io/filesystem/operations/create_symlink… 114529 …c303e0d8b514da3f6e2403 libstdc++-v3/testsuite/experimental/filesystem/operations/create_symlink.cc
|