Home
last modified time | relevance | path

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

/openbsd/sbin/restore/
H A Dsymtab.c424 time_t dumpdate; member
503 hdr.dumpdate = dumpdate; in dumpsymtable()
563 if (hdr.dumpdate != dumptime) in initsymtable()
565 (hdr.dumpdate < dumptime) ? "low" : "high"); in initsymtable()
573 dumpdate = hdr.dumpdate; in initsymtable()
H A Drestore.h61 extern time_t dumpdate; /* time that this dump was made */
H A Dtape.c238 dumpdate = (time_t)spcl.c_date; in setup()
388 if (tmpbuf.c_date != dumpdate || tmpbuf.c_ddate != dumptime) { in getvol()
394 ct2 = ctime_r(&dumpdate, ct2buf); in getvol()
400 fprintf(stderr, "\twanted: %lld\n", dumpdate); in getvol()
1195 header->c_date != dumpdate) in findinode()
1208 header->c_date != dumpdate) in findinode()
H A Ddirs.c144 (long long)dumpdate); in extractdirs()
159 tmpdir, (long long)dumpdate); in extractdirs()
582 tmpdir, (long long)dumpdate); in setdirmodes()
H A Dmain.c62 time_t dumpdate; variable