• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/file_cmds-242/pax/

Lines Matching refs:st_size

101 	if ((strcmp(arcn->name, TRAILER) == 0) && (arcn->sb.st_size == 0))
147 arcn->skip = arcn->sb.st_size;
221 if ((arcn->sb.st_size == 0) ||
222 (arcn->sb.st_size >= sizeof(arcn->ln_name))) {
225 arcn->sb.st_size);
228 arcn->sb.st_size);
236 if (rd_wrbuf(arcn->ln_name, (int)arcn->sb.st_size) !=
237 (int)arcn->sb.st_size) {
241 arcn->ln_nlen = (int)arcn->sb.st_size;
313 arcn->sb.st_size = (off_t)asc_ul(hd->c_filesize,sizeof(hd->c_filesize),
316 arcn->sb.st_size = (off_t)asc_uqd(hd->c_filesize,sizeof(hd->c_filesize),
330 if (((arcn->sb.st_mode&C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)) {
414 if (ul_asc((u_long)arcn->sb.st_size, hd->c_filesize,
417 if (uqd_asc((u_quad_t)arcn->sb.st_size, hd->c_filesize,
598 arcn->sb.st_size = (off_t)asc_ul(hd->c_filesize,
601 arcn->sb.st_size = (off_t)asc_uqd(hd->c_filesize,
634 if (((arcn->sb.st_mode&C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)) {
640 arcn->pad = VCPIO_PAD(arcn->sb.st_size);
648 (rd_skip((off_t)(VCPIO_PAD(arcn->sb.st_size))) < 0))
737 arcn->pad = VCPIO_PAD(arcn->sb.st_size);
739 if (ul_asc((u_long)arcn->sb.st_size, hd->c_filesize,
742 if (uqd_asc((u_quad_t)arcn->sb.st_size, hd->c_filesize,
907 arcn->sb.st_size = (off_t)(RSHRT_EXT(hd->h_filesize_1));
908 arcn->sb.st_size = (arcn->sb.st_size << 16) |
922 arcn->sb.st_size = (off_t)(SHRT_EXT(hd->h_filesize_1));
923 arcn->sb.st_size = (arcn->sb.st_size << 16) |
949 if (((arcn->sb.st_mode & C_IFMT) != C_ISLNK)||(arcn->sb.st_size == 0)){
955 arcn->pad = BCPIO_PAD(arcn->sb.st_size);
960 (rd_skip((off_t)(BCPIO_PAD(arcn->sb.st_size))) < 0))
1023 arcn->pad = BCPIO_PAD(arcn->sb.st_size);
1024 hd->h_filesize_1[0] = CHR_WR_0(arcn->sb.st_size);
1025 hd->h_filesize_1[1] = CHR_WR_1(arcn->sb.st_size);
1026 hd->h_filesize_2[0] = CHR_WR_2(arcn->sb.st_size);
1027 hd->h_filesize_2[1] = CHR_WR_3(arcn->sb.st_size);
1030 if (arcn->sb.st_size != t_offt) {