Lines Matching refs:st_size
309 h.st->st_size = n;
433 if (!(f->st->st_size >> 32) && !(state.test & 1))
436 sfsprintf(s = num, sizeof(num), "%I*u", sizeof(f->st->st_size), f->st->st_size);
585 if (tar_getoctal("size", tar->header.size, 11, sizeof(f->st->st_size), &f->st->st_size))
623 f->st->st_size = 0;
657 if (f->st->st_size > 0)
660 if (!(s = paxget(pax, ap, f->st->st_size, NiL)))
662 s[f->st->st_size - 1] = 0;
663 setoptions(s, f->st->st_size, NiL, state.usage, ap, tar->header.typeflag);
675 if ((n = f->st->st_size) > 0)
871 if (ap->format->variant != PAX && (unsigned long)f->st->st_size > (unsigned long)037777777777)
874 n = f->st->st_size;
882 sfsprintf(tar->header.size, TARSIZEOF(size), "%0*lo ", TARSIZEOF(size) - 1, (long)f->st->st_size);