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

/freebsd-9.3-release/bin/pax/
H A Dcpio.h100 u_char h_filesize_2[2]; member in struct:__anon9
H A Dcpio.c914 ((off_t)(RSHRT_EXT(hd->h_filesize_2)));
929 ((off_t)(SHRT_EXT(hd->h_filesize_2)));
1031 hd->h_filesize_2[0] = CHR_WR_2(arcn->sb.st_size);
1032 hd->h_filesize_2[1] = CHR_WR_3(arcn->sb.st_size);
1034 t_offt = (t_offt<<16) | ((off_t)(SHRT_EXT(hd->h_filesize_2)));
1049 hd->h_filesize_2[0] = CHR_WR_2(arcn->ln_nlen);
1050 hd->h_filesize_2[1] = CHR_WR_3(arcn->ln_nlen);
1052 t_int = (t_int << 16) | ((int)(SHRT_EXT(hd->h_filesize_2)));
1063 hd->h_filesize_2[0] = (char)0;
1064 hd->h_filesize_2[
[all...]

Completed in 42 milliseconds