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

/freebsd-10.0-release/bin/cp/
H A Dextern.h45 int copy_file(const FTSENT *, int);
H A Dcp.c416 if (copy_file(curr, dne))
460 if (copy_file(curr, dne))
473 if (copy_file(curr, dne))
478 if (copy_file(curr, dne))
H A Dutils.c72 copy_file(const FTSENT *entp, int dne) function
/freebsd-10.0-release/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.c1422 if (copy_file(filearg[0], TMPOUTNAME) < 0) {
/freebsd-10.0-release/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.0-release/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.0-release/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.0-release/usr.sbin/cron/crontab/
H A Dcrontab.c230 copy_file(FILE *in, FILE *out) { function
274 copy_file(f, stdout);
358 copy_file(f, NewCrontab);
/freebsd-10.0-release/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.0-release/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.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp180 if (fs::copy_file(newFE->getName(), origFE->getName(),
/freebsd-10.0-release/contrib/llvm/include/llvm/Support/
H A DFileSystem.h245 error_code copy_file(const Twine &from, const Twine &to,
/freebsd-10.0-release/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 158 milliseconds