Home
last modified time | relevance | path

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

/netbsd/bin/pax/
H A Dcpio.c889 arcn->sb.st_size = (off_t)(RSHRT_EXT(hd->h_filesize_1)); in bcpio_rd()
904 arcn->sb.st_size = (off_t)(SHRT_EXT(hd->h_filesize_1)); in bcpio_rd()
1006 hd->h_filesize_1[0] = CHR_WR_0(arcn->sb.st_size); in bcpio_wr()
1007 hd->h_filesize_1[1] = CHR_WR_1(arcn->sb.st_size); in bcpio_wr()
1010 t_offt = (off_t)(SHRT_EXT(hd->h_filesize_1)); in bcpio_wr()
1024 hd->h_filesize_1[0] = CHR_WR_0(arcn->ln_nlen); in bcpio_wr()
1025 hd->h_filesize_1[1] = CHR_WR_1(arcn->ln_nlen); in bcpio_wr()
1028 t_int = (int)(SHRT_EXT(hd->h_filesize_1)); in bcpio_wr()
1038 hd->h_filesize_1[0] = (char)0; in bcpio_wr()
1039 hd->h_filesize_1[1] = (char)0; in bcpio_wr()
H A Dcpio.h100 u_char h_filesize_1[2]; member