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

  /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 124 int32_t c_date; member in struct:u_ospcl::s_ospcl
342 dumpdate = spcl.c_date;
497 if (tmpbuf.c_date != dumpdate || tmpbuf.c_ddate != dumptime) {
498 time_t ttime = tmpbuf.c_date;
604 ttime = spcl.c_date;
615 ttime = spcl.c_date;
1475 buf->c_date = u_ospcl.s_ospcl.c_date;
1515 buf->c_date = buf->c_old_date;
1636 header->c_date != dumpdate
    [all...]

Completed in 16 milliseconds