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

/freebsd-9.3-release/bin/pax/
H A Dcpio.h97 u_char h_mtime_2[2]; member in struct:__anon9
H A Dcpio.c911 ((time_t)(RSHRT_EXT(hd->h_mtime_2)));
926 ((time_t)(SHRT_EXT(hd->h_mtime_2)));
1103 hd->h_mtime_2[0] = CHR_WR_2(arcn->sb.st_mtime);
1104 hd->h_mtime_2[1] = CHR_WR_3(arcn->sb.st_mtime);
1106 t_timet = (t_timet << 16) | ((time_t)(SHRT_EXT(hd->h_mtime_2)));

Completed in 96 milliseconds