Searched refs:_time64_to_time (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/include/
H A Dtimeconv.h54 time_t _time64_to_time(__int64_t t64);
/freebsd-11-stable/lib/libc/stdtime/
H A Dtime32.c47 _time64_to_time(__int64_t t64) function
/freebsd-11-stable/sbin/fsdb/
H A Dfsdbutil.c160 t = _time64_to_time(dp->dp2.di_birthtime);
168 t = _time64_to_time(dp->dp2.di_mtime);
175 t = _time64_to_time(dp->dp2.di_ctime);
182 t = _time64_to_time(dp->dp2.di_atime);
/freebsd-11-stable/sbin/dump/
H A Ditime.c152 if (ddp->dd_ddate <= _time64_to_time(spcl.c_ddate))
201 dtwalk->dd_ddate = _time64_to_time(spcl.c_date);
214 time_t t = _time64_to_time(spcl.c_date);
H A Dmain.c411 time_t t = _time64_to_time(spcl.c_date);
421 time_t t = _time64_to_time(spcl.c_ddate);
H A Dtraverse.c495 spcl.c_atime = _time64_to_time(dp->dp2.di_atime);
497 spcl.c_mtime = _time64_to_time(dp->dp2.di_mtime);
499 spcl.c_birthtime = _time64_to_time(dp->dp2.di_birthtime);
/freebsd-11-stable/sbin/restore/
H A Dtape.c254 dumptime = _time64_to_time(spcl.c_ddate);
255 dumpdate = _time64_to_time(spcl.c_date);
444 if (_time64_to_time(tmpbuf.c_date) != dumpdate ||
445 _time64_to_time(tmpbuf.c_ddate) != dumptime) {
446 time_t t = _time64_to_time(tmpbuf.c_date);
554 t = _time64_to_time(spcl.c_date);
556 t = _time64_to_time(spcl.c_ddate);
1467 if (dumpdate != 0 && _time64_to_time(buf->c_date) != dumpdate)
1568 _time64_to_time(header->c_date) != dumpdate) {
1629 _time64_to_time(heade
[all...]

Completed in 174 milliseconds