Symbol: _time64_to_time
include/timeconv.h
53
time_t _time64_to_time(__int64_t t64);
sbin/dump/itime.c
148
if (ddp->dd_ddate <= _time64_to_time(spcl.c_ddate))
sbin/dump/itime.c
197
dtwalk->dd_ddate = _time64_to_time(spcl.c_date);
sbin/dump/itime.c
210
time_t t = _time64_to_time(spcl.c_date);
sbin/dump/main.c
419
time_t t = _time64_to_time(spcl.c_date);
sbin/dump/main.c
429
time_t t = _time64_to_time(spcl.c_ddate);
sbin/dump/traverse.c
485
spcl.c_atime = _time64_to_time(dp->dp2.di_atime);
sbin/dump/traverse.c
487
spcl.c_mtime = _time64_to_time(dp->dp2.di_mtime);
sbin/dump/traverse.c
489
spcl.c_birthtime = _time64_to_time(dp->dp2.di_birthtime);
sbin/fsdb/fsdbutil.c
150
t = _time64_to_time(dp->dp2.di_birthtime);
sbin/fsdb/fsdbutil.c
158
t = _time64_to_time(dp->dp2.di_mtime);
sbin/fsdb/fsdbutil.c
165
t = _time64_to_time(dp->dp2.di_ctime);
sbin/fsdb/fsdbutil.c
172
t = _time64_to_time(dp->dp2.di_atime);
sbin/restore/tape.c
1382
if (dumpdate != 0 && _time64_to_time(buf->c_date) != dumpdate)
sbin/restore/tape.c
1483
_time64_to_time(header->c_date) != dumpdate) {
sbin/restore/tape.c
1544
_time64_to_time(header->c_date) != dumpdate) {
sbin/restore/tape.c
248
dumptime = _time64_to_time(spcl.c_ddate);
sbin/restore/tape.c
249
dumpdate = _time64_to_time(spcl.c_date);
sbin/restore/tape.c
438
if (_time64_to_time(tmpbuf.c_date) != dumpdate ||
sbin/restore/tape.c
439
_time64_to_time(tmpbuf.c_ddate) != dumptime) {
sbin/restore/tape.c
440
time_t t = _time64_to_time(tmpbuf.c_date);
sbin/restore/tape.c
548
t = _time64_to_time(spcl.c_date);
sbin/restore/tape.c
550
t = _time64_to_time(spcl.c_ddate);