Searched refs:t_offt (Results 1 – 1 of 1) sorted by relevance
966 off_t t_offt; in bcpio_wr() local994 t_offt = (off_t)(SHRT_EXT(hd->h_filesize_1)); in bcpio_wr()995 t_offt = (t_offt<<16) | ((off_t)(SHRT_EXT(hd->h_filesize_2))); in bcpio_wr()996 if (arcn->sb.st_size != t_offt) { in bcpio_wr()