Home
last modified time | relevance | path

Searched refs:copy_file (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/sys/contrib/openzfs/contrib/initramfs/hooks/
H A Dzfs.in39 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 Dzfsunlock.in13 copy_file text /etc/initramfs-tools/etc/motd /etc/motd
17 copy_file text "$tmpf" /etc/motd
/freebsd/contrib/ncurses/misc/
H A Dncu2openbsd344 sub copy_file($$) { subroutine
444 &copy_file( $src, $dst );
515 &copy_file( "$target_dir/shlib_version", $update_dir )
1010 &copy_file( "$source_dir/include/Caps", $update_dir );
1011 &copy_file( "$source_dir/include/capdefaults.c", $update_dir );
1012 &copy_file( "$source_dir/include/curses.h", $update_dir );
1013 &copy_file( "$source_dir/include/hashed_db.h", $update_dir );
1014 &copy_file( "$source_dir/include/hashsize.h", $update_dir );
1015 &copy_file( "$source_dir/include/nc_alloc.h", $update_dir );
1016 &copy_file( "$source_dir/include/nc_panel.h", $update_dir );
[all …]
/freebsd/crypto/krb5/src/
H A Dwconfig.c47 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 Dutil.c83 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 Dutil.h32 int copy_file(const char *, const char *);
/freebsd/crypto/openssl/tools/
H A Dc_rehash108 sub copy_file { subroutine
250 copy_file($fname, $hash);
H A Dc_rehash.in107 sub copy_file {
249 copy_file($fname, $hash);
/freebsd/bin/cp/
H A Dcp.c597 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 Dextern.h45 int copy_file(const FTSENT *, bool, bool);
/freebsd/contrib/atf/atf-c++/
H A Dutils.hpp40 void copy_file(const std::string&, const std::string&);
H A Dutils.cpp42 atf::utils::copy_file(const std::string& source, const std::string& destination) in copy_file() function in atf::utils
H A Dutils_test.cpp186 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 Dcrontab.c219 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 Doperations.h77 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 Dplain_test.cpp72 atf::utils::copy_file((srcdir / "plain_helpers").str(), name); in copy_plain_helper()
H A Dtap_test.cpp72 atf::utils::copy_file((srcdir / "tap_helpers").str(), name); in copy_tap_helper()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp166 if (std::error_code EC = fs::copy_file(Paths.CopyFrom, CacheDst)) in copyToRoot()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfilesystem385 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 DStdTsSymbolMap.inc6 SYMBOL(copy_file, std::experimental::filesystem::, <experimental/filesystem>)
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp1016 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 DFileCollector.cpp219 if (std::error_code EC = sys::fs::copy_file(entry.VPath, entry.RPath)) { in copyFiles()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dfilesystem.cppm
H A Dfilesystem.inc66 using std::filesystem::copy_file;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DTraceIntelPTBundleSaver.cpp278 llvm::sys::fs::copy_file(file, path_to_copy_module.GetPath())) in BuildModulesSection()

12