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

/freebsd-12-stable/bin/pax/
H A Dcpio.c1005 off_t t_offt; local
1033 t_offt = (off_t)(SHRT_EXT(hd->h_filesize_1));
1034 t_offt = (t_offt<<16) | ((off_t)(SHRT_EXT(hd->h_filesize_2)));
1035 if (arcn->sb.st_size != t_offt) {

Completed in 105 milliseconds