Home
last modified time | relevance | path

Searched refs:dumpdate (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/sbin/restore/
H A Dsymtab.c431 time_t dumpdate; member
511 hdr.dumpdate = dumpdate; in dumpsymtable()
571 if (hdr.dumpdate != dumptime) { in initsymtable()
572 if (hdr.dumpdate < dumptime) in initsymtable()
585 dumpdate = hdr.dumpdate; in initsymtable()
H A Dtape.c255 dumpdate = _time64_to_time(spcl.c_date); in setup()
444 if (_time64_to_time(tmpbuf.c_date) != dumpdate || in getvol()
448 fprintf(stderr, "\twanted: %s", ctime(&dumpdate)); in getvol()
1388 if (dumpdate != 0 && _time64_to_time(buf->c_date) != dumpdate) in gethead()
1489 _time64_to_time(header->c_date) != dumpdate) { in findinode()
1550 _time64_to_time(header->c_date) != dumpdate) { in findinode()
H A Drestore.h62 extern time_t dumpdate; /* time that this dump was made */
H A Ddirs.c146 (intmax_t)dumpdate); in extractdirs()
160 tmpdir, (intmax_t)dumpdate); in extractdirs()
575 tmpdir, (intmax_t)dumpdate); in setdirmodes()
H A Dmain.c77 time_t dumpdate; variable