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

12

/freebsd-11-stable/bin/cp/
H A Dextern.h45 int copy_file(const FTSENT *, int);
H A Dcp.c421 if (copy_file(curr, dne))
465 if (copy_file(curr, dne))
478 if (copy_file(curr, dne))
483 if (copy_file(curr, dne))
H A Dutils.c76 copy_file(const FTSENT *entp, int dne) function
/freebsd-11-stable/usr.bin/patch/
H A Dutil.h33 int copy_file(const char *, const char *);
H A Dutil.c84 if (errno != EXDEV || copy_file(from, to) < 0) {
155 if (errno != EXDEV || copy_file(orig, bakname) < 0)
165 copy_file(const char *from, const char *to) function
H A Dpch.c1462 if (copy_file(filearg[0], TMPOUTNAME) < 0) {
/freebsd-11-stable/contrib/atf/atf-c++/
H A Dutils.hpp40 void copy_file(const std::string&, const std::string&);
H A Dutils.cpp42 atf::utils::copy_file(const std::string& source, const std::string& destination) function in class:atf::utils
H A Dutils_test.cpp186 atf::utils::copy_file("src.txt", "dest.txt");
197 atf::utils::copy_file("src.txt", "dest.txt");
/freebsd-11-stable/contrib/groff/src/roff/troff/
H A Ddiv.h67 virtual void copy_file(const char *filename) = 0;
92 void copy_file(const char *filename);
143 void copy_file(const char *filename);
H A Dcolumn.cpp55 void copy_file(hunits, vunits, const char *);
277 out->copy_file(hpos, pos, filename.contents());
368 void column::copy_file(hunits page_offset, vunits pos, const char *filename) function in class:column
H A Ddiv.cpp326 void macro_diversion::copy_file(const char *filename) function in class:macro_diversion
440 void top_level_diversion::copy_file(const char *filename) function in class:top_level_diversion
444 the_output->copy_file(page_offset, vertical_position, filename);
H A Dnode.h643 virtual void copy_file(hunits x, vunits y, const char *filename) = 0;
H A Dnode.cpp712 void copy_file(hunits x, vunits y, const char *filename);
1670 void real_output_file::copy_file(hunits x, vunits y, const char *filename) function in class:real_output_file
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dhtml.h68 simple_output &copy_file(FILE *);
H A Doutput.cpp160 simple_output &simple_output::copy_file(FILE *infp) function in class:simple_output
/freebsd-11-stable/usr.sbin/cron/crontab/
H A Dcrontab.c235 copy_file(FILE *in, FILE *out) { function
279 copy_file(f, stdout);
363 copy_file(f, NewCrontab);
/freebsd-11-stable/contrib/groff/src/devices/grops/
H A Dps.h39 ps_output &copy_file(FILE *);
H A Dps.cpp104 ps_output &ps_output::copy_file(FILE *infp) function in class:ps_output
1517 out.copy_file(tempfp);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DModuleDependencyCollector.cpp224 if (std::error_code EC = fs::copy_file(CopyFrom, CacheDst))
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DPath.cpp987 std::error_code copy_file(const Twine &From, const Twine &To) {
1006 std::error_code copy_file(const Twine &From, int ToFD) {
1195 RenameEC = copy_file(TmpName, Name);
1207 RenameEC = sys::fs::copy_file(TmpName, Name);
H A DFileCollector.cpp155 if (std::error_code EC = sys::fs::copy_file(entry.VPath, entry.RPath)) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DFileSystem.h418 std::error_code copy_file(const Twine &From, const Twine &To);
424 std::error_code copy_file(const Twine &From, int ToFD);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c1974 copy_file (const char *input_filename, const char *output_filename,
2778 copy_file (argv[i], tmpname, input_target, output_target);
3402 copy_file (input_filename, tmpname, input_target, output_target);
1972 copy_file (const char *input_filename, const char *output_filename, function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp876 Err = sys::fs::copy_file(CacheEntryPath, OutputPath);

Completed in 203 milliseconds

12