Home
last modified time | relevance | path

Searched refs:h_filesize_2 (Results 1 – 2 of 2) sorted by relevance

/openbsd/bin/pax/
H A Dcpio.c857 ((off_t)(RSHRT_EXT(hd->h_filesize_2))); in bcpio_rd()
872 ((off_t)(SHRT_EXT(hd->h_filesize_2))); in bcpio_rd()
975 hd->h_filesize_2[0] = CHR_WR_2(arcn->sb.st_size); in bcpio_wr()
976 hd->h_filesize_2[1] = CHR_WR_3(arcn->sb.st_size); in bcpio_wr()
978 t_offt = (t_offt<<16) | ((off_t)(SHRT_EXT(hd->h_filesize_2))); in bcpio_wr()
993 hd->h_filesize_2[0] = CHR_WR_2(arcn->ln_nlen); in bcpio_wr()
994 hd->h_filesize_2[1] = CHR_WR_3(arcn->ln_nlen); in bcpio_wr()
996 t_int = (t_int << 16) | ((int)(SHRT_EXT(hd->h_filesize_2))); in bcpio_wr()
1007 hd->h_filesize_2[0] = (char)0; in bcpio_wr()
1008 hd->h_filesize_2[1] = (char)0; in bcpio_wr()
H A Dcpio.h102 u_char h_filesize_2[2]; member