| /freebsd/sys/contrib/openzfs/contrib/initramfs/hooks/ |
| H A D | zfs.in | 39 copy_file config "/etc/hostid" 40 copy_file cache "@sysconfdir@/zfs/zpool.cache" 41 copy_file config "@initconfdir@/zfs" 42 copy_file config "@sysconfdir@/zfs/zfs-functions" 43 copy_file config "@sysconfdir@/zfs/vdev_id.conf" 45 copy_file config "$f" 47 copy_file rule "@udevruledir@/60-zvol.rules" 48 copy_file rule "@udevruledir@/69-vdev.rules" 53 copy_file config "/etc/hostname" 57 copy_file config "$hostname" "/etc/hostname"
|
| H A D | zfsunlock.in | 13 copy_file text /etc/initramfs-tools/etc/motd /etc/motd 17 copy_file text "$tmpf" /etc/motd
|
| /freebsd/contrib/ncurses/misc/ |
| H A D | ncu2openbsd | 344 sub copy_file($$) { subroutine 444 ©_file( $src, $dst ); 515 ©_file( "$target_dir/shlib_version", $update_dir ) 1010 ©_file( "$source_dir/include/Caps", $update_dir ); 1011 ©_file( "$source_dir/include/capdefaults.c", $update_dir ); 1012 ©_file( "$source_dir/include/curses.h", $update_dir ); 1013 ©_file( "$source_dir/include/hashed_db.h", $update_dir ); 1014 ©_file( "$source_dir/include/hashsize.h", $update_dir ); 1015 ©_file( "$source_dir/include/nc_alloc.h", $update_dir ); 1016 ©_file( "$source_dir/include/nc_panel.h", $update_dir ); [all …]
|
| /freebsd/crypto/krb5/src/ |
| H A D | wconfig.c | 47 static int copy_file (char *path, char *fname); 140 copy_file (*argv, "win-pre.in"); in main() 142 copy_file("", "-"); in main() 145 copy_file (*argv, "win-post.in"); in main() 176 copy_file (char *path, char *fname) in copy_file() function
|
| /freebsd/usr.bin/patch/ |
| H A D | util.c | 83 if (errno != EXDEV || copy_file(from, to) < 0) { in move_file() 154 if (errno != EXDEV || copy_file(orig, bakname) < 0) in backup_file() 164 copy_file(const char *from, const char *to) in copy_file() function
|
| H A D | util.h | 32 int copy_file(const char *, const char *);
|
| /freebsd/crypto/openssl/tools/ |
| H A D | c_rehash | 108 sub copy_file { subroutine 250 copy_file($fname, $hash);
|
| H A D | c_rehash.in | 107 sub copy_file { 249 copy_file($fname, $hash);
|
| /freebsd/bin/cp/ |
| H A D | cp.c | 597 if (copy_file(curr, dne, beneath)) in copy() 660 if (copy_file(curr, dne, beneath)) in copy() 673 if (copy_file(curr, dne, beneath)) in copy() 678 if (copy_file(curr, dne, beneath)) in copy()
|
| H A D | extern.h | 45 int copy_file(const FTSENT *, bool, bool);
|
| /freebsd/contrib/atf/atf-c++/ |
| H A D | utils.hpp | 40 void copy_file(const std::string&, const std::string&);
|
| H A D | utils.cpp | 42 atf::utils::copy_file(const std::string& source, const std::string& destination) in copy_file() function in atf::utils
|
| H A D | utils_test.cpp | 186 atf::utils::copy_file("src.txt", "dest.txt"); in ATF_TEST_CASE_BODY() 197 atf::utils::copy_file("src.txt", "dest.txt"); in ATF_TEST_CASE_BODY()
|
| /freebsd/usr.sbin/cron/crontab/ |
| H A D | crontab.c | 219 copy_file(FILE *in, FILE *out) in copy_file() function 265 copy_file(f, stdout); in list_cmd() 349 copy_file(f, NewCrontab);
|
| /freebsd/contrib/llvm-project/libcxx/include/__filesystem/ |
| H A D | operations.h | 77 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to) { in copy_file() function 80 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, error_code& __ec)… in copy_file() function 83 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __op… in copy_file() function 87 copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy_file() function
|
| /freebsd/contrib/kyua/engine/ |
| H A D | plain_test.cpp | 72 atf::utils::copy_file((srcdir / "plain_helpers").str(), name); in copy_plain_helper()
|
| H A D | tap_test.cpp | 72 atf::utils::copy_file((srcdir / "tap_helpers").str(), name); in copy_tap_helper()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ModuleDependencyCollector.cpp | 166 if (std::error_code EC = fs::copy_file(Paths.CopyFrom, CacheDst)) in copyToRoot()
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | filesystem | 385 bool copy_file(const path& from, const path& to); 386 bool copy_file(const path& from, const path& to, error_code& ec); 387 bool copy_file(const path& from, const path& to, copy_options option); 388 bool copy_file(const path& from, const path& to, copy_options option,
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
| H A D | StdTsSymbolMap.inc | 6 SYMBOL(copy_file, std::experimental::filesystem::, <experimental/filesystem>)
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Path.cpp | 1016 std::error_code copy_file(const Twine &From, const Twine &To) { in copy_file() function 1035 std::error_code copy_file(const Twine &From, int ToFD) { in copy_file() function 1269 RenameEC = copy_file(TmpName, Name); in keep() 1287 RenameEC = sys::fs::copy_file(TmpName, Name); in keep()
|
| H A D | FileCollector.cpp | 219 if (std::error_code EC = sys::fs::copy_file(entry.VPath, entry.RPath)) { in copyFiles()
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | filesystem.cppm | |
| H A D | filesystem.inc | 66 using std::filesystem::copy_file;
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
| H A D | TraceIntelPTBundleSaver.cpp | 278 llvm::sys::fs::copy_file(file, path_to_copy_module.GetPath())) in BuildModulesSection()
|