Home | History | Annotate | Download | only in pax

Lines Matching refs:c_filesize

311 	arcn->sb.st_size = (off_t)ASC_OFFT(hd->c_filesize,
312 sizeof(hd->c_filesize), OCT);
407 if (OFFT_ASC(arcn->sb.st_size, hd->c_filesize,
408 sizeof(hd->c_filesize), OCT)) {
418 if (u32_asc((uintmax_t)arcn->ln_nlen, hd->c_filesize,
419 sizeof(hd->c_filesize), OCT))
426 if (u32_asc((uintmax_t)0, hd->c_filesize, sizeof(hd->c_filesize),
587 arcn->sb.st_size = (off_t)ASC_OFFT(hd->c_filesize,
588 sizeof(hd->c_filesize), HEX);
723 if (OFFT_ASC(arcn->sb.st_size, hd->c_filesize,
724 sizeof(hd->c_filesize), HEX)) {
736 if (u32_asc((uintmax_t)arcn->ln_nlen, hd->c_filesize,
737 sizeof(hd->c_filesize), HEX))
745 if (u32_asc((uintmax_t)0, hd->c_filesize, sizeof(hd->c_filesize),