Home
last modified time | relevance | path

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

/freebsd-12-stable/bin/cp/
Dcp.c498 if (copy_file(curr, dne)) in copy()
555 if (copy_file(curr, dne)) in copy()
568 if (copy_file(curr, dne)) in copy()
573 if (copy_file(curr, dne)) in copy()
Dextern.h47 int copy_file(const FTSENT *, int);
Dutils.c78 copy_file(const FTSENT *entp, int dne) in copy_file() function
/freebsd-12-stable/usr.bin/patch/
Dutil.c84 if (errno != EXDEV || copy_file(from, to) < 0) { in move_file()
155 if (errno != EXDEV || copy_file(orig, bakname) < 0) in backup_file()
165 copy_file(const char *from, const char *to) in copy_file() function
Dutil.h33 int copy_file(const char *, const char *);
Dpch.c1457 if (copy_file(filearg[0], TMPOUTNAME) < 0) { in do_ed_script()
/freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/
Dfilesystem90 bool copy_file(const path& from, const path& to);
91 bool copy_file(const path& from, const path& to, error_code& ec);
92 bool copy_file(const path& from, const path& to, copy_options option);
93 bool copy_file(const path& from, const path& to, copy_options option,
/freebsd-12-stable/contrib/atf/atf-c++/
Dutils.hpp40 void copy_file(const std::string&, const std::string&);
Dutils.cpp42 atf::utils::copy_file(const std::string& source, const std::string& destination) in copy_file() function in atf::utils
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-12-stable/usr.sbin/cron/crontab/
Dcrontab.c235 copy_file(FILE *in, FILE *out) { in copy_file() function
279 copy_file(f, stdout); in list_cmd()
363 copy_file(f, NewCrontab);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
DModuleDependencyCollector.cpp184 if (std::error_code EC = fs::copy_file(Paths.CopyFrom, CacheDst)) in copyToRoot()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DPath.cpp1012 std::error_code copy_file(const Twine &From, const Twine &To) { in copy_file() function
1031 std::error_code copy_file(const Twine &From, int ToFD) { in copy_file() function
1236 RenameEC = copy_file(TmpName, Name); in keep()
1248 RenameEC = sys::fs::copy_file(TmpName, Name); in keep()
DFileCollector.cpp217 if (std::error_code EC = sys::fs::copy_file(entry.VPath, entry.RPath)) { in copyFiles()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DFileSystem.h398 std::error_code copy_file(const Twine &From, const Twine &To);
404 std::error_code copy_file(const Twine &From, int ToFD);
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dfilesystem90 bool copy_file(const path& from, const path& to);
91 bool copy_file(const path& from, const path& to, error_code& ec);
92 bool copy_file(const path& from, const path& to, copy_options option);
93 bool copy_file(const path& from, const path& to, copy_options option,
1881 inline _LIBCPP_INLINE_VISIBILITY bool copy_file(const path& __from,
1887 copy_file(const path& __from, const path& __to, error_code& __ec) {
1892 copy_file(const path& __from, const path& __to, copy_options __opt) {
1896 inline _LIBCPP_INLINE_VISIBILITY bool copy_file(const path& __from,
/freebsd-12-stable/contrib/binutils/binutils/
DChangeLog-2006155 (copy_file): Compute force_output_target parameter to pass to
210 (copy_file): Likewise.
Dobjcopy.c1972 copy_file (const char *input_filename, const char *output_filename, in copy_file() function
2776 copy_file (argv[i], tmpname, input_target, output_target); in strip_main()
3400 copy_file (input_filename, tmpname, input_target, output_target); in copy_main()
DChangeLog-9197473 (copy_file, simple_copy, smart_rename): Make arguments const.
3186 (copy_file): If output_target is NULL, set it to the target of the
3660 * nlmconv.c (main), objcopy.c (copy_file): Print matching formats
3767 if copy_file fails.
4056 (copy_file): Don't copy EXEC_P specially here.
4194 * objcopy.c (copy_file): Make failures to process a file nonfatal.
4202 * objcopy.c (copy_file): If the file is neither an object nor an
5050 * copy.c (copy_file): Set EXEC_P of output bfd if input is so.
DChangeLog-0203148 * objcopy.c (add_specific_symbols, copy_file, strip_main,
1237 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
DChangeLog-000115 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp979 Err = sys::fs::copy_file(CacheEntryPath, OutputPath); in writeGeneratedObject()
/freebsd-12-stable/contrib/atf/
DNEWS139 * Added the cat_file, compare_file, copy_file, create_file, file_exists,
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/
DPath.inc1444 std::error_code copy_file(const Twine &From, const Twine &To) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
DDriver.cpp1322 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()