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

12

/freebsd-9.3-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-9.3-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;
/freebsd-9.3-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
/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/gnu/usr.bin/patch/
H A Dutil.h79 void copy_file(char *_from, char *_to);
H A Dutil.c143 copy_file(char *from, char *to) function
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dlib.h184 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-9.3-release/contrib/cvs/src/
H A Dlogin.c430 /* FIXME - does copy_file return correct results if the file wasn't
446 copy_file (tmp_name, passfile);
H A Drcscmds.c315 copy_file (diffout, workfile);
H A Dcvs.h603 void copy_file PROTO((const char *from, const char *to));
H A Ddiff.c718 copy_file (tocvsPath, finfo->file);
H A Dfilesubr.c31 copy_file (from, to) function
H A Dsubr.c857 copy_file (filename, backup_name);
H A Dupdate.c1997 copy_file (finfo->file, backup);
2568 copy_file (finfo->file, backup);
/freebsd-9.3-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 194 milliseconds

12