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

/freebsd-10.3-release/bin/pax/
H A Dcpio.c1003 off_t t_offt; local
1031 t_offt = (off_t)(SHRT_EXT(hd->h_filesize_1));
1032 t_offt = (t_offt<<16) | ((off_t)(SHRT_EXT(hd->h_filesize_2)));
1033 if (arcn->sb.st_size != t_offt) {

Completed in 82 milliseconds