HomeSort by: relevance | last modified time | path
    Searched refs:c_ddate (Results 1 - 5 of 5) sorted by relevancy

  /src/sbin/dump/
itime.c 139 spcl.c_ddate = 0;
159 if (ddp->dd_ddate <= iswap32(spcl.c_ddate))
161 spcl.c_ddate = iswap32(ddp->dd_ddate);
188 spcl.c_ddate = 0;
main.c 275 spcl.c_ddate = unctime(optarg);
276 if (spcl.c_ddate < 0) {
532 spcl.c_ddate = iswap32(spcl.c_ddate);
539 date = iswap32(spcl.c_ddate);
541 spcl.c_ddate == 0 ? "the epoch\n" : ctime(&date));
traverse.c 117 (CHANGEDSINCE(dp, iswap64(spcl.c_ddate)) && \
120 #define WANTTODUMP(dp) CHANGEDSINCE(dp, iswap64(spcl.c_ddate))
886 spcl.c_old_ddate = iswap32(iswap64(spcl.c_ddate));
  /src/include/protocols/
dumprestore.h 117 int64_t c_ddate; /* date of previous dump */ member in struct:u_spcl::s_spcl
  /src/sbin/restore/
tape.c 124 int32_t c_ddate; member in struct:u_ospcl::s_ospcl
340 dumptime = spcl.c_ddate;
496 if (tmpbuf.c_date != dumpdate || tmpbuf.c_ddate != dumptime) {
605 ttime = spcl.c_ddate;
607 (spcl.c_ddate == 0) ? "the epoch\n" : ctime(&ttime));
616 ttime = spcl.c_ddate;
618 (spcl.c_ddate == 0) ? "the epoch\n" : ctime(&ttime));
1475 buf->c_ddate = u_ospcl.s_ospcl.c_ddate;
1515 buf->c_ddate = buf->c_old_ddate
    [all...]

Completed in 16 milliseconds