Searched refs:c_mtime (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/bin/pax/
H A Dcpio.h69 char c_mtime[11]; /* modification time */ member in struct:__anon31
133 char c_mtime[8]; /* modification time */ member in struct:__anon33
H A Dcpio.c295 val = asc_ull(hd->c_mtime, sizeof(hd->c_mtime), OCT);
433 ull_asc(arcn->sb.st_mtime < 0 ? 0 : arcn->sb.st_mtime, hd->c_mtime,
434 sizeof(hd->c_mtime), OCT) ||
566 arcn->sb.st_mtime = (time_t)asc_ul(hd->c_mtime,sizeof(hd->c_mtime),HEX);
736 ul_asc(arcn->sb.st_mtime < 0 ? 0 : arcn->sb.st_mtime, hd->c_mtime,
737 sizeof(hd->c_mtime), HEX) ||
/openbsd-current/usr.bin/find/
H A Dextern.h87 PLAN *c_mtime(char *, char ***, int);
H A Doption.c79 { "-mtime", N_MTIME, c_mtime, O_ARGV },
H A Dfunction.c1113 c_mtime(char *arg, char ***ignored, int unused) function
/openbsd-current/include/protocols/
H A Ddumprestore.h129 #define c_mtime __c_ino.__uc_ino.__uc_mtime macro
/openbsd-current/sbin/restore/
H A Dtape.c1047 buf->c_mtime = u_ospcl.s_ospcl.c_odinode.odi_mtime;
1078 buf->c_mtime = buf->c_old_mtime;
1220 curfile.mtime_sec = header->c_mtime;
1316 s->c_mtime = swap64(s->c_mtime);
/openbsd-current/sbin/dump/
H A Dtraverse.c489 spcl.c_mtime = dp->dp1.di_mtime;
502 spcl.c_mtime = dp->dp2.di_mtime;

Completed in 209 milliseconds