Home
last modified time | relevance | path

Searched refs:origsb (Results 1 – 1 of 1) sorted by relevance

/netbsd/bin/pax/
H A Dbuf_subs.c618 struct stat origsb, sb; in wr_rdfile() local
625 origsb = arcn->sb; in wr_rdfile()
626 if (Mflag && (fstat(ifd, &origsb) < 0)) in wr_rdfile()
655 else if (origsb.st_mtime != sb.st_mtime) in wr_rdfile()
792 struct stat sb, origsb; in cp_file() local
807 origsb = arcn->sb; in cp_file()
808 if (Mflag && (fstat(fd1, &origsb) < 0)) { in cp_file()
854 } else if (origsb.st_mtime != sb.st_mtime) { in cp_file()