Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dcpio.c854 ((time_t)(RSHRT_EXT(hd->h_mtime_2))); in bcpio_rd()
869 ((time_t)(SHRT_EXT(hd->h_mtime_2))); in bcpio_rd()
1048 hd->h_mtime_2[0] = CHR_WR_2(arcn->sb.st_mtime); in bcpio_wr()
1049 hd->h_mtime_2[1] = CHR_WR_3(arcn->sb.st_mtime); in bcpio_wr()
1051 t_timet = t_timet << 16 | (time_t)SHRT_EXT(hd->h_mtime_2); in bcpio_wr()
1056 hd->h_mtime_2[0] = hd->h_mtime_2[1] = 0; in bcpio_wr()
H A Dcpio.h99 u_char h_mtime_2[2]; member