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

  /src/usr.bin/patch/
util.h 37 int copy_file(const char *, const char *);
util.c 89 if (errno != EXDEV || copy_file(from, to) < 0) {
160 if (errno != EXDEV || copy_file(orig, bakname) < 0)
170 copy_file(const char *from, const char *to) function in typeref:typename:int
pch.c 1412 if (copy_file(filearg[0], TMPOUTNAME) < 0) {
  /src/bin/cp/
extern.h 53 int copy_file(FTSENT *, int);
cp.c 448 if (copy_file(curr, dne))
539 if (copy_file(curr, dne))
547 if (copy_file(curr, dne))
551 if (copy_file(curr, dne))
utils.c 99 copy_file(FTSENT *entp, int dne) function in typeref:typename:int

Completed in 128 milliseconds