HomeSort by: relevance | last modified time | path
    Searched refs:h_filesize_2 (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/pax/
cpio.h 101 u_char h_filesize_2[2]; member in struct:__anond9d9574e0208
cpio.c 891 ((off_t)(RSHRT_EXT(hd->h_filesize_2)));
906 ((off_t)(SHRT_EXT(hd->h_filesize_2)));
1008 hd->h_filesize_2[0] = CHR_WR_2(arcn->sb.st_size);
1009 hd->h_filesize_2[1] = CHR_WR_3(arcn->sb.st_size);
1011 t_offt = (t_offt<<16) | ((off_t)(SHRT_EXT(hd->h_filesize_2)));
1026 hd->h_filesize_2[0] = CHR_WR_2(arcn->ln_nlen);
1027 hd->h_filesize_2[1] = CHR_WR_3(arcn->ln_nlen);
1029 t_int = (t_int << 16) | ((int)(SHRT_EXT(hd->h_filesize_2)));
1040 hd->h_filesize_2[0] = (char)0;
1041 hd->h_filesize_2[1] = (char)0
    [all...]

Completed in 12 milliseconds