Home
last modified time | relevance | path

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

/freebsd-14.2/sbin/restore/
H A Dsymtab.c429 time_t dumpdate; member
509 hdr.dumpdate = dumpdate; in dumpsymtable()
569 if (hdr.dumpdate != dumptime) { in initsymtable()
570 if (hdr.dumpdate < dumptime) in initsymtable()
583 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.h61 extern time_t dumpdate; /* time that this dump was made */
H A Ddirs.c144 (intmax_t)dumpdate); in extractdirs()
158 tmpdir, (intmax_t)dumpdate); in extractdirs()
573 tmpdir, (intmax_t)dumpdate); in setdirmodes()
H A Dmain.c75 time_t dumpdate; variable