Home
last modified time | relevance | path

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

/openbsd/bin/pax/
H A Dcpio.h69 char c_mtime[11]; /* modification time */ member
133 char c_mtime[8]; /* modification time */ member
H A Dcpio.c295 val = asc_ull(hd->c_mtime, sizeof(hd->c_mtime), OCT); in cpio_rd()
433 ull_asc(arcn->sb.st_mtime < 0 ? 0 : arcn->sb.st_mtime, hd->c_mtime, in cpio_wr()
434 sizeof(hd->c_mtime), OCT) || in cpio_wr()
566 arcn->sb.st_mtime = (time_t)asc_ul(hd->c_mtime,sizeof(hd->c_mtime),HEX); in vcpio_rd()
736 ul_asc(arcn->sb.st_mtime < 0 ? 0 : arcn->sb.st_mtime, hd->c_mtime, in vcpio_wr()
737 sizeof(hd->c_mtime), HEX) || in vcpio_wr()
/openbsd/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) in c_mtime() function
/openbsd/include/protocols/
H A Ddumprestore.h129 #define c_mtime __c_ino.__uc_ino.__uc_mtime macro
/openbsd/sbin/restore/
H A Dtape.c1047 buf->c_mtime = u_ospcl.s_ospcl.c_odinode.odi_mtime; in gethead()
1078 buf->c_mtime = buf->c_old_mtime; in gethead()
1220 curfile.mtime_sec = header->c_mtime; in findinode()
1316 s->c_mtime = swap64(s->c_mtime); in swap_header()
/openbsd/sbin/dump/
H A Dtraverse.c489 spcl.c_mtime = dp->dp1.di_mtime; in dumpino()
502 spcl.c_mtime = dp->dp2.di_mtime; in dumpino()