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

/freebsd-10.0-release/lib/libc/stdtime/
H A DSymbol.map8 _time64_to_time;
H A Dtime32.c47 _time64_to_time(__int64_t t64) function
/freebsd-10.0-release/include/
H A Dtimeconv.h54 time_t _time64_to_time(__int64_t t64);
/freebsd-10.0-release/sbin/fsdb/
H A Dfsdbutil.c158 t = _time64_to_time(dp->dp2.di_birthtime);
166 t = _time64_to_time(dp->dp2.di_mtime);
173 t = _time64_to_time(dp->dp2.di_ctime);
180 t = _time64_to_time(dp->dp2.di_atime);
/freebsd-10.0-release/sbin/dump/
H A Ditime.c153 if (ddp->dd_ddate <= _time64_to_time(spcl.c_ddate))
202 dtwalk->dd_ddate = _time64_to_time(spcl.c_date);
215 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-10.0-release/sbin/restore/
H A Dtape.c253 dumptime = _time64_to_time(spcl.c_ddate);
254 dumpdate = _time64_to_time(spcl.c_date);
440 if (_time64_to_time(tmpbuf.c_date) != dumpdate ||
441 _time64_to_time(tmpbuf.c_ddate) != dumptime) {
442 time_t t = _time64_to_time(tmpbuf.c_date);
550 t = _time64_to_time(spcl.c_date);
552 t = _time64_to_time(spcl.c_ddate);
1438 if (dumpdate != 0 && _time64_to_time(buf->c_date) != dumpdate)
1539 _time64_to_time(header->c_date) != dumpdate) {
1600 _time64_to_time(heade
[all...]

Completed in 120 milliseconds