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) {
|