Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dcpio.c852 arcn->sb.st_mtime = (time_t)(RSHRT_EXT(hd->h_mtime_1)); in bcpio_rd()
867 arcn->sb.st_mtime = (time_t)(SHRT_EXT(hd->h_mtime_1)); in bcpio_rd()
1046 hd->h_mtime_1[0] = CHR_WR_0(arcn->sb.st_mtime); in bcpio_wr()
1047 hd->h_mtime_1[1] = CHR_WR_1(arcn->sb.st_mtime); in bcpio_wr()
1050 t_timet = (time_t)SHRT_EXT(hd->h_mtime_1); in bcpio_wr()
1055 hd->h_mtime_1[0] = hd->h_mtime_1[1] = 0; in bcpio_wr()
H A Dcpio.h98 u_char h_mtime_1[2]; member