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

123

/netbsd-current/usr.bin/patch/
H A Dutil.h37 int copy_file(const char *, const char *);
H A Dutil.c89 if (errno != EXDEV || copy_file(from, to) < 0) {
160 if (errno != EXDEV || copy_file(orig, bakname) < 0)
170 copy_file(const char *from, const char *to) function
/netbsd-current/bin/cp/
H A Dextern.h53 int copy_file(FTSENT *, int);
H A Dcp.c448 if (copy_file(curr, dne))
539 if (copy_file(curr, dne))
547 if (copy_file(curr, dne))
551 if (copy_file(curr, dne))
/netbsd-current/external/bsd/atf/dist/atf-c++/
H A Dutils.hpp44 void copy_file(const std::string&, const std::string&);
H A Dutils.cpp46 atf::utils::copy_file(const std::string& source, const std::string& destination) function in class:atf::utils
H A Dutils_test.cpp190 atf::utils::copy_file("src.txt", "dest.txt");
201 atf::utils::copy_file("src.txt", "dest.txt");
/netbsd-current/external/gpl2/groff/dist/src/roff/troff/
H A Ddiv.h69 virtual void copy_file(const char *filename) = 0;
94 void copy_file(const char *filename);
145 void copy_file(const char *filename);
H A Dcolumn.cpp57 void copy_file(hunits, vunits, const char *);
279 out->copy_file(hpos, pos, filename.contents());
370 void column::copy_file(hunits page_offset, vunits pos, const char *filename) function in class:column
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h73 copy_file(const path& __from, const path& __to) function in namespace:experimental::filesystem::v1
74 { return copy_file(__from, __to, copy_options::none); }
77 copy_file(const path& __from, const path& __to, error_code& __ec) function in namespace:experimental::filesystem::v1
78 { return copy_file(__from, __to, copy_options::none, __ec); }
80 bool copy_file(const path& __from, const path& __to, copy_options __option);
81 bool copy_file(const path& __from, const path& __to, copy_options __option,
H A Dfs_fwd.h265 bool copy_file(const path& __from, const path& __to, copy_options __option);
266 bool copy_file(const path& __from, const path& __to, copy_options __option,
/netbsd-current/external/gpl2/groff/dist/src/devices/grohtml/
H A Dhtml.h70 simple_output &copy_file(FILE *);
H A Doutput.cpp162 simple_output &simple_output::copy_file(FILE *infp) function in class:simple_output
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h66 copy_file(const path& __from, const path& __to) function in namespace:filesystem
67 { return copy_file(__from, __to, copy_options::none); }
70 copy_file(const path& __from, const path& __to, error_code& __ec) function in namespace:filesystem
71 { return copy_file(__from, __to, copy_options::none, __ec); }
73 bool copy_file(const path& __from, const path& __to, copy_options __option);
74 bool copy_file(const path& __from, const path& __to, copy_options __option,
H A Dfs_fwd.h306 bool copy_file(const path& __from, const path& __to, copy_options __option);
307 bool copy_file(const path& __from, const path& __to, copy_options __option,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h72 copy_file(const path& __from, const path& __to) function in namespace:filesystem
73 { return copy_file(__from, __to, copy_options::none); }
76 copy_file(const path& __from, const path& __to, error_code& __ec) function in namespace:filesystem
77 { return copy_file(__from, __to, copy_options::none, __ec); }
79 bool copy_file(const path& __from, const path& __to, copy_options __option);
80 bool copy_file(const path& __from, const path& __to, copy_options __option,
H A Dfs_fwd.h322 bool copy_file(const path& __from, const path& __to, copy_options __option);
323 bool copy_file(const path& __from, const path& __to, copy_options __option,
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h80 copy_file(const path& __from, const path& __to) function in namespace:experimental::filesystem::v1
81 { return copy_file(__from, __to, copy_options::none); }
84 copy_file(const path& __from, const path& __to, error_code& __ec) function in namespace:experimental::filesystem::v1
85 { return copy_file(__from, __to, copy_options::none, __ec); }
87 bool copy_file(const path& __from, const path& __to, copy_options __option);
88 bool copy_file(const path& __from, const path& __to, copy_options __option,
H A Dfs_fwd.h281 bool copy_file(const path& __from, const path& __to, copy_options __option);
282 bool copy_file(const path& __from, const path& __to, copy_options __option,
/netbsd-current/crypto/external/bsd/openssl.old/dist/tools/
H A Dc_rehash.in107 sub copy_file {
247 copy_file($fname, $hash);
/netbsd-current/crypto/external/bsd/openssl/dist/tools/
H A Dc_rehash.in107 sub copy_file {
248 copy_file($fname, $hash);
/netbsd-current/external/gpl2/groff/dist/src/devices/grops/
H A Dps.h41 ps_output &copy_file(FILE *);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp184 if (std::error_code EC = fs::copy_file(Paths.CopyFrom, CacheDst))
/netbsd-current/external/bsd/dhcpcd/dist/hooks/
H A Ddhcpcd-run-hooks139 copy_file()
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Dlogin.c427 /* FIXME - does copy_file return correct results if the file wasn't
443 copy_file (tmp_name, passfile);

Completed in 257 milliseconds

123