Home
last modified time | relevance | path

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

/freebsd-10-stable/sbin/dump/
Ditime.c153 if (ddp->dd_ddate <= _time64_to_time(spcl.c_ddate)) in getdumptime()
202 dtwalk->dd_ddate = _time64_to_time(spcl.c_date); in putdumptime()
215 time_t t = _time64_to_time(spcl.c_date); in putdumptime()
Dmain.c411 time_t t = _time64_to_time(spcl.c_date); in main()
421 time_t t = _time64_to_time(spcl.c_ddate); in main()
Dtraverse.c495 spcl.c_atime = _time64_to_time(dp->dp2.di_atime); in dumpino()
497 spcl.c_mtime = _time64_to_time(dp->dp2.di_mtime); in dumpino()
499 spcl.c_birthtime = _time64_to_time(dp->dp2.di_birthtime); in dumpino()
/freebsd-10-stable/sbin/fsdb/
Dfsdbutil.c158 t = _time64_to_time(dp->dp2.di_birthtime); in printstat()
166 t = _time64_to_time(dp->dp2.di_mtime); in printstat()
173 t = _time64_to_time(dp->dp2.di_ctime); in printstat()
180 t = _time64_to_time(dp->dp2.di_atime); in printstat()
/freebsd-10-stable/sbin/restore/
Dtape.c253 dumptime = _time64_to_time(spcl.c_ddate); in setup()
254 dumpdate = _time64_to_time(spcl.c_date); in setup()
442 if (_time64_to_time(tmpbuf.c_date) != dumpdate || in getvol()
443 _time64_to_time(tmpbuf.c_ddate) != dumptime) { in getvol()
444 time_t t = _time64_to_time(tmpbuf.c_date); in getvol()
552 t = _time64_to_time(spcl.c_date); in printdumpinfo()
554 t = _time64_to_time(spcl.c_ddate); in printdumpinfo()
1440 if (dumpdate != 0 && _time64_to_time(buf->c_date) != dumpdate) in gethead()
1541 _time64_to_time(header->c_date) != dumpdate) { in findinode()
1602 _time64_to_time(header->c_date) != dumpdate) { in findinode()
/freebsd-10-stable/include/
Dtimeconv.h54 time_t _time64_to_time(__int64_t t64);
/freebsd-10-stable/lib/libc/stdtime/
DSymbol.map8 _time64_to_time;
Dtime32.c47 _time64_to_time(__int64_t t64) in _time64_to_time() function