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 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 12 milliseconds