Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dcpio.c855 arcn->sb.st_size = (off_t)(RSHRT_EXT(hd->h_filesize_1)); in bcpio_rd()
870 arcn->sb.st_size = (off_t)(SHRT_EXT(hd->h_filesize_1)); in bcpio_rd()
973 hd->h_filesize_1[0] = CHR_WR_0(arcn->sb.st_size); in bcpio_wr()
974 hd->h_filesize_1[1] = CHR_WR_1(arcn->sb.st_size); in bcpio_wr()
977 t_offt = (off_t)(SHRT_EXT(hd->h_filesize_1)); in bcpio_wr()
991 hd->h_filesize_1[0] = CHR_WR_0(arcn->ln_nlen); in bcpio_wr()
992 hd->h_filesize_1[1] = CHR_WR_1(arcn->ln_nlen); in bcpio_wr()
995 t_int = (int)(SHRT_EXT(hd->h_filesize_1)); in bcpio_wr()
1005 hd->h_filesize_1[0] = (char)0; in bcpio_wr()
1006 hd->h_filesize_1[1] = (char)0; in bcpio_wr()
H A Dcpio.h101 u_char h_filesize_1[2]; member