Searched refs:c_ddate (Results 1 – 5 of 5) sorted by relevance
135 spcl.c_ddate = 0; in getdumptime()148 if (ddp->dd_ddate <= _time64_to_time(spcl.c_ddate)) in getdumptime()150 spcl.c_ddate = _time_to_time64(ddp->dd_ddate); in getdumptime()178 spcl.c_ddate = 0; in putdumptime()
220 spcl.c_ddate = unctime(optarg); in main()221 if (spcl.c_ddate < 0) { in main()414 spcl.c_ddate = 0; in main()426 if (spcl.c_ddate == 0) { in main()429 time_t t = _time64_to_time(spcl.c_ddate); in main()
127 (CHANGEDSINCE(dp, spcl.c_ddate) && \130 #define WANTTODUMP(dp) CHANGEDSINCE(dp, spcl.c_ddate)
123 int64_t c_ddate; /* date of previous dump */ member
248 dumptime = _time64_to_time(spcl.c_ddate); in setup() 439 _time64_to_time(tmpbuf.c_ddate) != dumptime) { in getvol() 550 t = _time64_to_time(spcl.c_ddate); in printdumpinfo() 552 (spcl.c_ddate == 0) ? "the epoch\n" : ctime(&t)); in printdumpinfo() 1369 buf->c_ddate = _time32_to_time(buf->c_old_ddate); in gethead()