Home
last modified time | relevance | path

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

/freebsd/sbin/fsdb/
H A Dfsdbutil.c150 t = _time64_to_time(dp->dp2.di_birthtime); in printstat()
158 t = _time64_to_time(dp->dp2.di_mtime); in printstat()
165 t = _time64_to_time(dp->dp2.di_ctime); in printstat()
172 t = _time64_to_time(dp->dp2.di_atime); in printstat()
/freebsd/sbin/dump/
H A Ditime.c148 if (ddp->dd_ddate <= _time64_to_time(spcl.c_ddate)) in getdumptime()
197 dtwalk->dd_ddate = _time64_to_time(spcl.c_date); in putdumptime()
210 time_t t = _time64_to_time(spcl.c_date); in putdumptime()
H A Dmain.c419 time_t t = _time64_to_time(spcl.c_date); in main()
429 time_t t = _time64_to_time(spcl.c_ddate); in main()
H A Dtraverse.c489 spcl.c_atime = _time64_to_time(dp->dp2.di_atime); in dumpino()
491 spcl.c_mtime = _time64_to_time(dp->dp2.di_mtime); in dumpino()
493 spcl.c_birthtime = _time64_to_time(dp->dp2.di_birthtime); in dumpino()
/freebsd/sbin/restore/
H A Dtape.c248 dumptime = _time64_to_time(spcl.c_ddate); in setup()
249 dumpdate = _time64_to_time(spcl.c_date); in setup()
438 if (_time64_to_time(tmpbuf.c_date) != dumpdate || in getvol()
439 _time64_to_time(tmpbuf.c_ddate) != dumptime) { in getvol()
440 time_t t = _time64_to_time(tmpbuf.c_date); in getvol()
548 t = _time64_to_time(spcl.c_date); in printdumpinfo()
550 t = _time64_to_time(spcl.c_ddate); in printdumpinfo()
1382 if (dumpdate != 0 && _time64_to_time(buf->c_date) != dumpdate) in gethead()
1483 _time64_to_time(header->c_date) != dumpdate) { in findinode()
1544 _time64_to_time(heade in findinode()
[all...]
/freebsd/include/
H A Dtimeconv.h53 time_t _time64_to_time(__int64_t t64);
/freebsd/lib/libc/stdtime/
H A DSymbol.map4 _time64_to_time;
H A Dtime32.c44 _time64_to_time(__int64_t t64) in _time64_to_time() function