HomeSort by: relevance | last modified time | path
    Searched defs:origsb (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
buf_subs.c 618 struct stat origsb, sb; local in function:wr_rdfile
625 origsb = arcn->sb;
626 if (Mflag && (fstat(ifd, &origsb) < 0))
655 else if (origsb.st_mtime != sb.st_mtime)
792 struct stat sb, origsb; local in function:cp_file
807 origsb = arcn->sb;
808 if (Mflag && (fstat(fd1, &origsb) < 0)) {
854 } else if (origsb.st_mtime != sb.st_mtime) {
buf_subs.c 618 struct stat origsb, sb; local in function:wr_rdfile
625 origsb = arcn->sb;
626 if (Mflag && (fstat(ifd, &origsb) < 0))
655 else if (origsb.st_mtime != sb.st_mtime)
792 struct stat sb, origsb; local in function:cp_file
807 origsb = arcn->sb;
808 if (Mflag && (fstat(fd1, &origsb) < 0)) {
854 } else if (origsb.st_mtime != sb.st_mtime) {

Completed in 102 milliseconds