Lines Matching refs:st_size

95 	if ((strcmp(arcn->name, TRAILER) == 0) && (arcn->sb.st_size == 0))
141 arcn->skip = arcn->sb.st_size;
215 if ((arcn->sb.st_size == 0) ||
216 ((size_t)arcn->sb.st_size >= sizeof(arcn->ln_name))) {
219 arcn->sb.st_size);
222 (uintmax_t)arcn->sb.st_size);
230 if (rd_wrbuf(arcn->ln_name, (int)arcn->sb.st_size) !=
231 (int)arcn->sb.st_size) {
235 arcn->ln_nlen = arcn->sb.st_size;
312 arcn->sb.st_size = (off_t)asc_ul(hd->c_filesize,sizeof(hd->c_filesize),
315 arcn->sb.st_size = (off_t)asc_uqd(hd->c_filesize,sizeof(hd->c_filesize),
329 if (((arcn->sb.st_mode&C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)) {
413 if (ul_asc((u_long)arcn->sb.st_size, hd->c_filesize,
416 if (uqd_asc((u_quad_t)arcn->sb.st_size, hd->c_filesize,
601 arcn->sb.st_size = (off_t)asc_ul(hd->c_filesize,
604 arcn->sb.st_size = (off_t)asc_uqd(hd->c_filesize,
637 if (((arcn->sb.st_mode&C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)) {
643 arcn->pad = VCPIO_PAD(arcn->sb.st_size);
651 (rd_skip((off_t)(VCPIO_PAD(arcn->sb.st_size))) < 0))
740 arcn->pad = VCPIO_PAD(arcn->sb.st_size);
742 if (ul_asc((u_long)arcn->sb.st_size, hd->c_filesize,
745 if (uqd_asc((u_quad_t)arcn->sb.st_size, hd->c_filesize,
910 arcn->sb.st_size = (off_t)(RSHRT_EXT(hd->h_filesize_1));
911 arcn->sb.st_size = (arcn->sb.st_size << 16) |
925 arcn->sb.st_size = (off_t)(SHRT_EXT(hd->h_filesize_1));
926 arcn->sb.st_size = (arcn->sb.st_size << 16) |
952 if (((arcn->sb.st_mode & C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)){
958 arcn->pad = BCPIO_PAD(arcn->sb.st_size);
963 (rd_skip((off_t)(BCPIO_PAD(arcn->sb.st_size))) < 0))
1026 arcn->pad = BCPIO_PAD(arcn->sb.st_size);
1027 hd->h_filesize_1[0] = CHR_WR_0(arcn->sb.st_size);
1028 hd->h_filesize_1[1] = CHR_WR_1(arcn->sb.st_size);
1029 hd->h_filesize_2[0] = CHR_WR_2(arcn->sb.st_size);
1030 hd->h_filesize_2[1] = CHR_WR_3(arcn->sb.st_size);
1033 if (arcn->sb.st_size != t_offt) {