Searched refs:fastcopy (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/gnu/usr.bin/rcs/lib/
H A Dmerger.c110 fastcopy(rt, f);
H A Drcsedit.c515 fastcopy(fedit, f);
539 fastcopy(fe,fc);
1894 fastcopy(finptr, frewrite);
H A Drcsbase.h723 void fastcopy P((RILE*,FILE*));
H A Drcsutil.c155 * Added routine fastcopy() to copy remainder of a file in blocks.
766 fastcopy(inf,outf) function
/freebsd-10.0-release/bin/mv/
H A Dmv.c75 static int fastcopy(const char *, const char *, struct stat *);
270 fastcopy(from, to, &sb) : copy(from, to));
274 fastcopy(const char *from, const char *to, struct stat *sbp) function
283 warn("fastcopy: open() failed (from): %s", from);
294 warn("fastcopy: open() failed (to): %s", to);
300 warn("fastcopy: write() failed: %s", to);
304 warn("fastcopy: read() failed: %s", from);
/freebsd-10.0-release/gnu/usr.bin/rcs/rcsmerge/
H A Drcsmerge.c241 fastcopy(workptr, stdout);
/freebsd-10.0-release/gnu/usr.bin/rcs/ci/
H A Dci.c202 * Added call to fastcopy() to copy remainder of RCS file.
661 fastcopy(finptr, frewrite);
1219 fastcopy(unexfile,exfile);

Completed in 79 milliseconds