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

/openbsd-current/sbin/dump/
H A Ditime.c138 spcl.c_ddate = 0;
152 if (ddp->dd_ddate <= (time_t)spcl.c_ddate)
154 spcl.c_ddate = (int64_t)ddp->dd_ddate;
183 spcl.c_ddate = 0;
H A Dmain.c194 spcl.c_ddate = -1;
196 spcl.c_ddate = (int64_t)mktime(&then);
197 if (spcl.c_ddate < 0) {
429 t = (time_t)spcl.c_ddate;
H A Dtraverse.c131 (DIP(dp, di_mtime) >= spcl.c_ddate ||
132 DIP(dp, di_ctime) >= spcl.c_ddate)) {
716 spcl.c_old_ddate = (int32_t)spcl.c_ddate;
/openbsd-current/sbin/restore/
H A Dtape.c93 int32_t c_ddate; member in struct:u_ospcl::s_ospcl
237 dumptime = (time_t)spcl.c_ddate;
388 if (tmpbuf.c_date != dumpdate || tmpbuf.c_ddate != dumptime) {
509 t = (time_t)spcl.c_ddate;
513 (spcl.c_ddate == 0) ? "the epoch\n" : ct);
1036 buf->c_ddate = u_ospcl.s_ospcl.c_ddate;
1076 buf->c_ddate = buf->c_old_ddate;
1327 s->c_ddate = swap64(s->c_ddate);
[all...]
/openbsd-current/include/protocols/
H A Ddumprestore.h114 int64_t c_ddate; /* date of previous dump */ member in struct:u_spcl::s_spcl

Completed in 187 milliseconds