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

  /src/sbin/dump/
main.c 150 spcl.c_date = 0;
152 spcl.c_date = tnow;
515 spcl.c_date = tnow;
531 spcl.c_date = iswap32(spcl.c_date);
536 date = iswap32(spcl.c_date);
538 spcl.c_date == 0 ? "the epoch\n" : ctime(&date));
697 date = iswap32(spcl.c_date);
699 spcl.c_date == 0 ? "the epoch\n" : ctime(&date));
itime.c 207 dtwalk->dd_ddate = iswap32(spcl.c_date);
219 spcl.c_date == 0 ? "the epoch\n" : ctime(&dtfound->dd_ddate));
traverse.c 885 spcl.c_old_date = iswap32(iswap64(spcl.c_date));
  /src/include/protocols/
dumprestore.h 116 int64_t c_date; /* date of this dump */ member in struct:u_spcl::s_spcl
  /src/sbin/restore/
tape.c 123 int32_t c_date; member in struct:u_ospcl::s_ospcl
341 dumpdate = spcl.c_date;
496 if (tmpbuf.c_date != dumpdate || tmpbuf.c_ddate != dumptime) {
497 time_t ttime = tmpbuf.c_date;
603 ttime = spcl.c_date;
614 ttime = spcl.c_date;
1474 buf->c_date = u_ospcl.s_ospcl.c_date;
1514 buf->c_date = buf->c_old_date;
1635 header->c_date != dumpdate
    [all...]

Completed in 17 milliseconds