Home
last modified time | relevance | path

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

/dflybsd-src/bin/pax/
H A Dcpio.c966 off_t t_offt; in bcpio_wr() local
994 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()