Searched refs:dumpdate (Results 1 – 5 of 5) sorted by relevance
424 time_t dumpdate; member503 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()
61 extern time_t dumpdate; /* time that this dump was made */
238 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()
144 (long long)dumpdate); in extractdirs()159 tmpdir, (long long)dumpdate); in extractdirs()582 tmpdir, (long long)dumpdate); in setdirmodes()
62 time_t dumpdate; variable