| /freebsd-12-stable/bin/cp/ |
| D | cp.c | 498 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()
|
| D | extern.h | 47 int copy_file(const FTSENT *, int);
|
| D | utils.c | 78 copy_file(const FTSENT *entp, int dne) in copy_file() function
|
| /freebsd-12-stable/usr.bin/patch/ |
| D | util.c | 84 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
|
| D | util.h | 33 int copy_file(const char *, const char *);
|
| D | pch.c | 1457 if (copy_file(filearg[0], TMPOUTNAME) < 0) { in do_ed_script()
|
| /freebsd-12-stable/contrib/llvm-project/libcxx/include/experimental/ |
| D | filesystem | 90 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++/ |
| D | utils.hpp | 40 void copy_file(const std::string&, const std::string&);
|
| D | utils.cpp | 42 atf::utils::copy_file(const std::string& source, const std::string& destination) in copy_file() function in atf::utils
|
| 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-12-stable/usr.sbin/cron/crontab/ |
| D | crontab.c | 235 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/ |
| D | ModuleDependencyCollector.cpp | 184 if (std::error_code EC = fs::copy_file(Paths.CopyFrom, CacheDst)) in copyToRoot()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/ |
| D | Path.cpp | 1012 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()
|
| D | FileCollector.cpp | 217 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/ |
| D | FileSystem.h | 398 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/ |
| D | filesystem | 90 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/ |
| D | ChangeLog-2006 | 155 (copy_file): Compute force_output_target parameter to pass to 210 (copy_file): Likewise.
|
| D | objcopy.c | 1972 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()
|
| D | ChangeLog-9197 | 473 (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.
|
| D | ChangeLog-0203 | 148 * objcopy.c (add_specific_symbols, copy_file, strip_main, 1237 * objcopy.c (copy_file): Report ambiguous bfd_object matches, and
|
| D | ChangeLog-0001 | 15 * objcopy.c (copy_file): Accept corefiles (format bfd_core).
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/ |
| D | ThinLTOCodeGenerator.cpp | 979 Err = sys::fs::copy_file(CacheEntryPath, OutputPath); in writeGeneratedObject()
|
| /freebsd-12-stable/contrib/atf/ |
| D | NEWS | 139 * Added the cat_file, compare_file, copy_file, create_file, file_exists,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/Unix/ |
| D | Path.inc | 1444 std::error_code copy_file(const Twine &From, const Twine &To) {
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/ |
| D | Driver.cpp | 1322 EC = fs::copy_file(CrashFilePath, ReproCrashFilename); in getCrashDiagnosticFile()
|