| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | fs_ops.h | 72 copy_file(const path& __from, const path& __to) in _GLIBCXX_VISIBILITY() 73 { return copy_file(__from, __to, copy_options::none); } in _GLIBCXX_VISIBILITY() 76 copy_file(const path& __from, const path& __to, error_code& __ec) in _GLIBCXX_VISIBILITY() 77 { return copy_file(__from, __to, copy_options::none, __ec); } in _GLIBCXX_VISIBILITY() 79 bool copy_file(const path& __from, const path& __to, copy_options __option); in _GLIBCXX_VISIBILITY() 80 bool copy_file(const path& __from, const path& __to, copy_options __option, in _GLIBCXX_VISIBILITY()
|
| D | fs_fwd.h | 322 bool copy_file(const path& __from, const path& __to, copy_options __option); in _GLIBCXX_VISIBILITY() 323 bool copy_file(const path& __from, const path& __to, copy_options __option, in _GLIBCXX_VISIBILITY()
|
| /netbsd/src/bin/cp/ |
| D | cp.c | 448 if (copy_file(curr, dne)) in copy() 539 if (copy_file(curr, dne)) in copy() 547 if (copy_file(curr, dne)) in copy() 551 if (copy_file(curr, dne)) in copy()
|
| D | extern.h | 53 int copy_file(FTSENT *, int);
|
| D | utils.c | 99 copy_file(FTSENT *entp, int dne) in copy_file() function
|
| /netbsd/src/usr.bin/patch/ |
| D | util.c | 89 if (errno != EXDEV || copy_file(from, to) < 0) { in move_file() 160 if (errno != EXDEV || copy_file(orig, bakname) < 0) in backup_file() 170 copy_file(const char *from, const char *to) in copy_file() function
|
| D | util.h | 37 int copy_file(const char *, const char *);
|
| /netbsd/src/crypto/external/bsd/openssl/dist/tools/ |
| D | c_rehash.in | 107 sub copy_file { 248 copy_file($fname, $hash);
|
| /netbsd/src/external/bsd/atf/dist/atf-c++/ |
| D | utils.hpp | 44 void copy_file(const std::string&, const std::string&);
|
| D | utils.cpp | 46 atf::utils::copy_file(const std::string& source, const std::string& destination) in copy_file() function in atf::utils
|
| D | utils_test.cpp | 190 atf::utils::copy_file("src.txt", "dest.txt"); in ATF_TEST_CASE_BODY() 201 atf::utils::copy_file("src.txt", "dest.txt"); in ATF_TEST_CASE_BODY()
|
| /netbsd/src/external/gpl2/xcvs/dist/src/ |
| D | login.c | 443 copy_file (tmp_name, passfile); in password_entry_operation()
|
| D | rcscmds.c | 297 copy_file (diffout, workfile); in RCS_merge()
|
| D | filesubr.c | 40 copy_file (const char *from, const char *to) in copy_file() function
|
| D | cvs.h | 614 void copy_file (const char *from, const char *to);
|
| D | diff.c | 715 copy_file (tocvsPath, finfo->file); in diff_fileproc()
|
| D | edit.c | 331 copy_file (filename, basefilename); in edit_file()
|
| D | update.c | 1958 copy_file (finfo->file, backup); in merge_file() 2462 copy_file (finfo->file, backup); in join_file()
|
| /netbsd/src/external/bsd/kyua-cli/dist/engine/ |
| D | test_case_test.cpp | 260 atf::utils::copy_file(file.str(), "helper-stdout.txt"); in got_stdout() 270 atf::utils::copy_file(file.str(), "helper-stderr.txt"); in got_stderr()
|
| /netbsd/src/external/gpl3/binutils/dist/binutils/ |
| D | ChangeLog-2015 | 279 * objcopy.c (copy_file): Set BFD_COMPRESS_GABI if not 489 (copy_file): Don't check non-ELF input here. 502 (copy_file): Handle compress_zlib, compress_gnu_zlib and 934 (copy_file): Use bfd_close_all_done to close files that could not
|
| D | ChangeLog-2009 | 358 (copy_archive, copy_file): New parameter `input_arch', for 363 to calls to `copy_file'. 695 * objcopy.c (copy_file): Report empty file. 968 (copy_file): Call it. 1214 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
|
| D | ChangeLog-2006 | 155 (copy_file): Compute force_output_target parameter to pass to 210 (copy_file): Likewise.
|
| D | ChangeLog-2005 | 773 * objcopy.c (copy_file): Don't delete output upon error here. 860 * objcopy.c (copy_file): Issue an error message when attmepting to 1048 * objcopy.c (copy_file): Likewise.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | lto-wrapper.cc | 1050 copy_file (const char *dest, const char *src) in copy_file() function 1093 copy_file (crtoffloadtable, paths[i]); in find_crtoffloadtable()
|
| /netbsd/src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| D | homedir.c | 496 copy_file( in copy_file() function 867 rc = copy_file( in traverse_copy_pre()
|