Home
last modified time | relevance | path

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

/netbsd-src/sbin/dump/
H A Dmain.c150 spcl.c_date = 0; in main()
152 spcl.c_date = tnow; in main()
515 spcl.c_date = tnow; in main()
531 spcl.c_date = iswap32(spcl.c_date); in main()
536 date = iswap32(spcl.c_date); in main()
538 spcl.c_date == 0 ? "the epoch\n" : ctime(&date)); in main()
697 date = iswap32(spcl.c_date); in main()
699 spcl.c_date == 0 ? "the epoch\n" : ctime(&date)); in main()
H A Ditime.c207 dtwalk->dd_ddate = iswap32(spcl.c_date); in putdumptime()
219 spcl.c_date == 0 ? "the epoch\n" : ctime(&dtfound->dd_ddate)); in putdumptime()
H A Dtraverse.c885 spcl.c_old_date = iswap32(iswap64(spcl.c_date)); in writeheader()
/netbsd-src/sbin/restore/
H A Dtape.c123 int32_t c_date; member
341 dumpdate = spcl.c_date; in setup()
496 if (tmpbuf.c_date != dumpdate || tmpbuf.c_ddate != dumptime) { in getvol()
497 time_t ttime = tmpbuf.c_date; in getvol()
603 ttime = spcl.c_date; in printdumpinfo()
614 ttime = spcl.c_date; in printdumpinfo()
1474 buf->c_date = u_ospcl.s_ospcl.c_date; in gethead()
1514 buf->c_date = buf->c_old_date; in gethead()
1635 header->c_date != dumpdate) in findinode()
1648 header->c_date != dumpdate) in findinode()
[all …]
/netbsd-src/include/protocols/
H A Ddumprestore.h116 int64_t c_date; /* date of this dump */ member