/src/bin/pax/ |
cpio.h | 68 char c_mtime[11]; /* modification time */ member in struct:__anond9d9574e0108 132 char c_mtime[8]; /* modification time */ member in struct:__anond9d9574e0308
|
cpio.c | 308 arcn->sb.st_mtime = (time_t)(int32_t)asc_u32(hd->c_mtime, sizeof(hd->c_mtime), 450 u32_asc((uintmax_t)arcn->sb.st_mtime,hd->c_mtime,sizeof(hd->c_mtime), 585 arcn->sb.st_mtime = (time_t)(int32_t)asc_u32(hd->c_mtime,sizeof(hd->c_mtime),HEX); 762 u32_asc((uintmax_t)arcn->sb.st_mtime, hd->c_mtime, sizeof(hd->c_mtime),
|
/src/usr.bin/find/ |
extern.h | 78 PLAN *c_mtime(char ***, int, char *);
|
option.c | 93 { "-mtime", N_MTIME, c_mtime, 1 },
|
function.c | 1358 c_mtime(char ***argvp, int isok, char *opt) function in typeref:typename:PLAN *
|
/src/include/protocols/ |
dumprestore.h | 133 #define c_mtime __c_ino.__uc_ino.__uc_mtime macro
|
/src/sbin/restore/ |
tape.c | 1486 buf->c_mtime = u_ospcl.s_ospcl.c_odinode.odi_mtime; 1517 buf->c_mtime = buf->c_old_mtime; 1661 curfile.mtime_sec = header->c_mtime; 1761 s->c_mtime = bswap64(s->c_mtime);
|
/src/sbin/dump/ |
traverse.c | 514 spcl.c_mtime = dp->dp2.di_mtime;
|