Home
last modified time | relevance | path

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

123

/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dfs_ops.h72 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()
Dfs_fwd.h322 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/
Dcp.c448 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()
Dextern.h53 int copy_file(FTSENT *, int);
Dutils.c99 copy_file(FTSENT *entp, int dne) in copy_file() function
/netbsd/src/usr.bin/patch/
Dutil.c89 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
Dutil.h37 int copy_file(const char *, const char *);
/netbsd/src/crypto/external/bsd/openssl/dist/tools/
Dc_rehash.in107 sub copy_file {
248 copy_file($fname, $hash);
/netbsd/src/external/bsd/atf/dist/atf-c++/
Dutils.hpp44 void copy_file(const std::string&, const std::string&);
Dutils.cpp46 atf::utils::copy_file(const std::string& source, const std::string& destination) in copy_file() function in atf::utils
Dutils_test.cpp190 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/
Dlogin.c443 copy_file (tmp_name, passfile); in password_entry_operation()
Drcscmds.c297 copy_file (diffout, workfile); in RCS_merge()
Dfilesubr.c40 copy_file (const char *from, const char *to) in copy_file() function
Dcvs.h614 void copy_file (const char *from, const char *to);
Ddiff.c715 copy_file (tocvsPath, finfo->file); in diff_fileproc()
Dedit.c331 copy_file (filename, basefilename); in edit_file()
Dupdate.c1958 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/
Dtest_case_test.cpp260 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/
DChangeLog-2015279 * 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
DChangeLog-2009358 (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
DChangeLog-2006155 (copy_file): Compute force_output_target parameter to pass to
210 (copy_file): Likewise.
DChangeLog-2005773 * 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/
Dlto-wrapper.cc1050 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/
Dhomedir.c496 copy_file( in copy_file() function
867 rc = copy_file( in traverse_copy_pre()

123