Lines Matching refs:st_size
105 if ((strcmp(arcn->name, TRAILER) == 0) && (arcn->sb.st_size == 0))
151 arcn->skip = arcn->sb.st_size;
225 if ((arcn->sb.st_size == 0) ||
226 (arcn->sb.st_size >= (off_t)sizeof(arcn->ln_name))) {
228 (OFFT_T) arcn->sb.st_size);
235 if (rd_wrbuf(arcn->ln_name, (int)arcn->sb.st_size) !=
236 (int)arcn->sb.st_size) {
240 arcn->ln_nlen = arcn->sb.st_size;
311 arcn->sb.st_size = (off_t)ASC_OFFT(hd->c_filesize,
324 if (((arcn->sb.st_mode&C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)) {
407 if (OFFT_ASC(arcn->sb.st_size, hd->c_filesize,
587 arcn->sb.st_size = (off_t)ASC_OFFT(hd->c_filesize,
619 if (((arcn->sb.st_mode&C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)) {
625 arcn->pad = VCPIO_PAD(arcn->sb.st_size);
633 (rd_skip((off_t)(VCPIO_PAD(arcn->sb.st_size))) < 0))
722 arcn->pad = VCPIO_PAD(arcn->sb.st_size);
723 if (OFFT_ASC(arcn->sb.st_size, hd->c_filesize,
889 arcn->sb.st_size = (off_t)(RSHRT_EXT(hd->h_filesize_1));
890 arcn->sb.st_size = (arcn->sb.st_size << 16) |
904 arcn->sb.st_size = (off_t)(SHRT_EXT(hd->h_filesize_1));
905 arcn->sb.st_size = (arcn->sb.st_size << 16) |
931 if (((arcn->sb.st_mode & C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)){
937 arcn->pad = BCPIO_PAD(arcn->sb.st_size);
942 (rd_skip((off_t)(BCPIO_PAD(arcn->sb.st_size))) < 0))
1005 arcn->pad = BCPIO_PAD(arcn->sb.st_size);
1006 hd->h_filesize_1[0] = CHR_WR_0(arcn->sb.st_size);
1007 hd->h_filesize_1[1] = CHR_WR_1(arcn->sb.st_size);
1008 hd->h_filesize_2[0] = CHR_WR_2(arcn->sb.st_size);
1009 hd->h_filesize_2[1] = CHR_WR_3(arcn->sb.st_size);
1012 if (arcn->sb.st_size != t_offt) {