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

/freebsd-12-stable/include/protocols/
H A Ddumprestore.h126 int64_t c_date; /* date of this dump */ member in struct:u_spcl::s_spcl
/freebsd-12-stable/stand/libsa/
H A Ddosfs.h65 u_char c_date[2]; /* created: date */ member in struct:__anon9243
/freebsd-12-stable/sbin/dump/
H A Ditime.c205 dtwalk->dd_ddate = _time64_to_time(spcl.c_date);
215 if (spcl.c_date == 0) {
218 time_t t = _time64_to_time(spcl.c_date);
H A Dmain.c131 spcl.c_date = _time_to_time64(time(NULL));
403 spcl.c_date = _time_to_time64(sb.st_mtime);
425 spcl.c_date = 0;
428 if (spcl.c_date == 0) {
431 time_t t = _time64_to_time(spcl.c_date);
/freebsd-12-stable/sbin/restore/
H A Dtape.c257 dumpdate = _time64_to_time(spcl.c_date);
446 if (_time64_to_time(tmpbuf.c_date) != dumpdate ||
448 time_t t = _time64_to_time(tmpbuf.c_date);
556 t = _time64_to_time(spcl.c_date);
1376 buf->c_date = _time32_to_time(buf->c_old_date);
1390 if (dumpdate != 0 && _time64_to_time(buf->c_date) != dumpdate)
1491 _time64_to_time(header->c_date) != dumpdate) {
1552 _time64_to_time(header->c_date) != dumpdate) {

Completed in 128 milliseconds