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

/freebsd-10-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-10-stable/usr.bin/patch/
H A Dutil.h34 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.c1417 if (copy_file(filearg[0], TMPOUTNAME) < 0) {
/freebsd-10-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-10-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
H A Dinput.cpp78 void copy_file();
2688 curdiv->copy_file(filename.contents());
2831 copy_file();
6904 void copy_file() function
6916 curdiv->copy_file(filename.contents());
7554 init_request("cf", copy_file);
/freebsd-10-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
H A Dpost-html.cpp4612 html.copy_file(file_list.get_file());
/freebsd-10-stable/usr.sbin/pkg_install/create/
H A Dperform.c284 copy_file(home, Install, INSTALL_FNAME);
290 copy_file(home, PostInstall, POST_INSTALL_FNAME);
296 copy_file(home, DeInstall, DEINSTALL_FNAME);
302 copy_file(home, PostDeInstall, POST_DEINSTALL_FNAME);
308 copy_file(home, Require, REQUIRE_FNAME);
314 copy_file(home, Display, DISPLAY_FNAME);
321 copy_file(home, Mtree, MTREE_FNAME);
/freebsd-10-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-10-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-10-stable/usr.sbin/pkg_install/lib/
H A Dlib.h185 void copy_file(const char *, const char *, const char *);
H A Dfile.c270 copy_file(const char *dir, const char *fname, const char *to) function
/freebsd-10-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

Completed in 192 milliseconds