HomeSort by: relevance | last modified time | path
    Searched refs:fastcopy (Results 1 - 7 of 7) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
merger.c 112 fastcopy(rt, f);
rcsmerge.c 244 fastcopy(workptr, stdout);
rcsedit.c 518 fastcopy(fedit, f);
542 fastcopy(fe,fc);
1904 fastcopy(finptr, frewrite);
ci.c 205 * Added call to fastcopy() to copy remainder of RCS file.
664 fastcopy(finptr, frewrite);
1223 fastcopy(unexfile,exfile);
rcsbase.h 724 void fastcopy P((RILE*,FILE*));
rcsutil.c 158 * Added routine fastcopy() to copy remainder of a file in blocks.
769 fastcopy(inf,outf) function
  /src/bin/mv/
mv.c 74 static int fastcopy(char *, char *, struct stat *);
265 fastcopy(from, to, &sb) : copy(from, to));
269 fastcopy(char *from, char *to, struct stat *sbp) function

Completed in 20 milliseconds