Searched refs:c_ddate (Results 1 – 5 of 5) sorted by relevance
140 spcl.c_ddate = 0; in getdumptime()153 if (ddp->dd_ddate <= _time64_to_time(spcl.c_ddate)) in getdumptime()155 spcl.c_ddate = _time_to_time64(ddp->dd_ddate); in getdumptime()183 spcl.c_ddate = 0; in putdumptime()
212 spcl.c_ddate = unctime(optarg); in main()213 if (spcl.c_ddate < 0) { in main()406 spcl.c_ddate = 0; in main()418 if (spcl.c_ddate == 0) { in main()421 time_t t = _time64_to_time(spcl.c_ddate); in main()
137 (CHANGEDSINCE(dp, spcl.c_ddate) && \140 #define WANTTODUMP(dp) CHANGEDSINCE(dp, spcl.c_ddate)
125 int64_t c_ddate; /* date of previous dump */ member
254 dumptime = _time64_to_time(spcl.c_ddate); in setup()444 _time64_to_time(tmpbuf.c_ddate) != dumptime) { in getvol()555 t = _time64_to_time(spcl.c_ddate); in printdumpinfo()557 (spcl.c_ddate == 0) ? "the epoch\n" : ctime(&t)); in printdumpinfo()1453 buf->c_ddate = _time32_to_time(buf->c_old_ddate); in gethead()