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

  /src/bin/pax/
cpio.h 98 u_char h_mtime_2[2]; member in struct:__anond9d9574e0208
cpio.c 888 ((time_t)(RSHRT_EXT(hd->h_mtime_2)));
903 ((time_t)(SHRT_EXT(hd->h_mtime_2)));
1080 hd->h_mtime_2[0] = CHR_WR_2(arcn->sb.st_mtime);
1081 hd->h_mtime_2[1] = CHR_WR_3(arcn->sb.st_mtime);
1083 t_timet = (t_timet << 16) | ((time_t)(SHRT_EXT(hd->h_mtime_2)));

Completed in 13 milliseconds