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

/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dmain.c114 spcl.c_date = 0;
116 spcl.c_date = tnow;
460 spcl.c_date = tnow;
476 spcl.c_date = iswap32(spcl.c_date);
481 date = iswap32(spcl.c_date);
483 spcl.c_date == 0 ? "the epoch\n" : ctime(&date));
641 date = iswap32(spcl.c_date);
643 spcl.c_date == 0 ? "the epoch\n" : ctime(&date));
H A Ditime.c210 dtwalk->dd_ddate = iswap32(spcl.c_date);
222 spcl.c_date == 0 ? "the epoch\n" : ctime(&dtfound->dd_ddate));
H A Dtraverse.c734 spcl.c_old_date = iswap32(iswap64(spcl.c_date));
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dtape.c116 int32_t c_date; member in struct:u_ospcl::s_ospcl
331 dumpdate = spcl.c_date;
486 if (tmpbuf.c_date != dumpdate || tmpbuf.c_ddate != dumptime) {
487 time_t ttime = tmpbuf.c_date;
593 ttime = spcl.c_date;
604 ttime = spcl.c_date;
1230 buf->c_date = u_ospcl.s_ospcl.c_date;
1270 buf->c_date = buf->c_old_date;
1389 header->c_date !
[all...]
/netbsd-6-1-5-RELEASE/include/protocols/
H A Ddumprestore.h112 int64_t c_date; /* date of this dump */ member in struct:u_spcl::s_spcl

Completed in 109 milliseconds