Lines Matching defs:arcn
613 wr_rdfile(ARCHD *arcn, int ifd, off_t *left)
617 off_t size = arcn->sb.st_size;
622 * (in arcn->sb) for comparing the mtime after reading.
625 origsb = arcn->sb;
627 syswarn(1, errno, "Failed stat on %s", arcn->org_name);
650 syswarn(1, errno, "Read fault on %s", arcn->org_name);
652 tty_warn(1, "File changed size during read %s", arcn->org_name);
654 syswarn(1, errno, "Failed stat on %s", arcn->org_name);
657 arcn->org_name);
683 rd_wrfile(ARCHD *arcn, int ofd, off_t *left)
686 off_t size = arcn->sb.st_size;
688 char *fnm = arcn->name;
748 if (ofd >= 0 && isem && (arcn->sb.st_size > 0L)) {
764 if (docrc && (size == 0L) && (arcn->crc != crc)) {
766 arcn->name);
782 cp_file(ARCHD *arcn, int fd1, int fd2)
787 char *fnm = arcn->name;
799 if (((off_t)(arcn->sb.st_blocks * BLKMULT)) >= arcn->sb.st_size)
804 * (in arcn->sb) for comparing the mtime after reading.
807 origsb = arcn->sb;
809 syswarn(1, errno, "Failed stat on %s", arcn->org_name);
845 arcn->org_name, arcn->name);
847 } else if (cpcnt != arcn->sb.st_size) {
849 arcn->org_name, arcn->name);
852 syswarn(1, errno, "Failed stat of %s", arcn->org_name);
856 arcn->org_name, arcn->name);
866 if (!no_hole && isem && (arcn->sb.st_size > 0L)) {