Home
last modified time | relevance | path

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

/dragonfly/sbin/restore/
H A Dtape.c226 dumpdate = spcl.c_date; in setup()
399 if (tmpbuf.c_date != dumpdate || tmpbuf.c_ddate != dumptime) { in getvol()
400 time_t c_date = tmpbuf.c_date; in getvol() local
401 fprintf(stderr, "Wrong dump date\n\tgot: %s", ctime(&c_date)); in getvol()
507 time_t c_date = spcl.c_date; in printdumpinfo() local
510 fprintf(stdout, "Dump date: %s", ctime(&c_date)); in printdumpinfo()
1011 int32_t c_date; in gethead() member
1057 buf->c_date = u_ospcl.s_ospcl.c_date; in gethead()
1220 header->c_date != dumpdate) in findinode()
1234 header->c_date != dumpdate) in findinode()
/dragonfly/sbin/dump/
H A Ditime.c196 dtwalk->dd_ddate = spcl.c_date; in putdumptime()
207 spcl.c_date == 0 ? "the epoch\n" : ctime((const time_t *)&spcl.c_date)); in putdumptime()
H A Dmain.c111 spcl.c_date = 0; in main()
112 time((time_t *)&spcl.c_date); in main()
326 spcl.c_date == 0 ? "the epoch\n" : ctime((const time_t *)&spcl.c_date)); in main()
/dragonfly/include/protocols/
H A Ddumprestore.h67 int32_t c_date; /* date of this dump */ member
/dragonfly/stand/lib/
H A Ddosfs.h63 u_char c_date[2]; /* created: date */ member