Home
last modified time | relevance | path

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

/freebsd/sbin/restore/
H A Dsymtab.c423 time_t dumpdate; member
503 hdr.dumpdate = dumpdate; in dumpsymtable()
563 if (hdr.dumpdate != dumptime) { in initsymtable()
564 if (hdr.dumpdate < dumptime) in initsymtable()
577 dumpdate = hdr.dumpdate; in initsymtable()
H A Dtape.c249 dumpdate = _time64_to_time(spcl.c_date); in setup()
438 if (_time64_to_time(tmpbuf.c_date) != dumpdate || in getvol()
442 fprintf(stderr, "\twanted: %s", ctime(&dumpdate)); in getvol()
1382 if (dumpdate != 0 && _time64_to_time(buf->c_date) != dumpdate) in gethead()
1383 fprintf(stderr, "Header with wrong dumpdate.\n"); in gethead()
1483 _time64_to_time(header->c_date) != dumpdate) { in findinode()
1544 _time64_to_time(header->c_date) != dumpdate) { in findinode()
H A Drestore.h59 extern time_t dumpdate; /* time that this dump was made */
H A Ddirs.c138 (intmax_t)dumpdate); in extractdirs()
152 tmpdir, (intmax_t)dumpdate); in extractdirs()
567 tmpdir, (intmax_t)dumpdate); in setdirmodes()
H A Dmain.c62 time_t dumpdate; variable