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

  /src/bin/pax/
cpio.h 97 u_char h_mtime_1[2]; member in struct:__anond9d9574e0208
cpio.c 886 arcn->sb.st_mtime = (time_t)(RSHRT_EXT(hd->h_mtime_1));
901 arcn->sb.st_mtime = (time_t)(SHRT_EXT(hd->h_mtime_1));
1078 hd->h_mtime_1[0] = CHR_WR_0(arcn->sb.st_mtime);
1079 hd->h_mtime_1[1] = CHR_WR_1(arcn->sb.st_mtime);
1082 t_timet = (time_t)(SHRT_EXT(hd->h_mtime_1));

Completed in 12 milliseconds