Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dcpio.c951 time_t t_timet; in bcpio_wr() local
1050 t_timet = (time_t)SHRT_EXT(hd->h_mtime_1); in bcpio_wr()
1051 t_timet = t_timet << 16 | (time_t)SHRT_EXT(hd->h_mtime_2); in bcpio_wr()
1052 if (arcn->sb.st_mtime != t_timet) in bcpio_wr()