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

  /src/bin/pax/
cpio.c 982 off_t t_offt; local in function:bcpio_wr
1010 t_offt = (off_t)(SHRT_EXT(hd->h_filesize_1));
1011 t_offt = (t_offt<<16) | ((off_t)(SHRT_EXT(hd->h_filesize_2)));
1012 if (arcn->sb.st_size != t_offt) {
cpio.c 982 off_t t_offt; local in function:bcpio_wr
1010 t_offt = (off_t)(SHRT_EXT(hd->h_filesize_1));
1011 t_offt = (t_offt<<16) | ((off_t)(SHRT_EXT(hd->h_filesize_2)));
1012 if (arcn->sb.st_size != t_offt) {

Completed in 22 milliseconds