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

/freebsd-9.3-release/bin/pax/
H A Dcpio.h99 u_char h_filesize_1[2]; member in struct:__anon9
H A Dcpio.c912 arcn->sb.st_size = (off_t)(RSHRT_EXT(hd->h_filesize_1));
927 arcn->sb.st_size = (off_t)(SHRT_EXT(hd->h_filesize_1));
1029 hd->h_filesize_1[0] = CHR_WR_0(arcn->sb.st_size);
1030 hd->h_filesize_1[1] = CHR_WR_1(arcn->sb.st_size);
1033 t_offt = (off_t)(SHRT_EXT(hd->h_filesize_1));
1047 hd->h_filesize_1[0] = CHR_WR_0(arcn->ln_nlen);
1048 hd->h_filesize_1[1] = CHR_WR_1(arcn->ln_nlen);
1051 t_int = (int)(SHRT_EXT(hd->h_filesize_1));
1061 hd->h_filesize_1[0] = (char)0;
1062 hd->h_filesize_1[
[all...]

Completed in 179 milliseconds