Searched refs:c_date (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sbin/restore/
H A Dtape.c92 int32_t c_date; member in struct:u_ospcl::s_ospcl
238 dumpdate = (time_t)spcl.c_date;
388 if (tmpbuf.c_date != dumpdate || tmpbuf.c_ddate != dumptime) {
389 time_t t = (time_t)tmpbuf.c_date;
503 t = (time_t)spcl.c_date;
1035 buf->c_date = u_ospcl.s_ospcl.c_date;
1075 buf->c_date = buf->c_old_date;
1195 header->c_date != dumpdate)
1208 header->c_date !
[all...]
/openbsd-current/include/protocols/
H A Ddumprestore.h113 int64_t c_date; /* date of this dump */ member in struct:u_spcl::s_spcl
/openbsd-current/sbin/dump/
H A Ditime.c205 dtwalk->dd_ddate = (time_t)spcl.c_date;
215 t = (time_t)spcl.c_date;
H A Dmain.c124 spcl.c_date = (int64_t)time(NULL);
425 t = (time_t)spcl.c_date;
593 t = (time_t)spcl.c_date;
H A Dtraverse.c715 spcl.c_old_date = (int32_t)spcl.c_date;

Completed in 190 milliseconds