Searched refs:_time64_to_time (Results 1 – 8 of 8) sorted by relevance
150 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()
148 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()
419 time_t t = _time64_to_time(spcl.c_date); in main()429 time_t t = _time64_to_time(spcl.c_ddate); in main()
489 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()
248 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...]
53 time_t _time64_to_time(__int64_t t64);
4 _time64_to_time;
44 _time64_to_time(__int64_t t64) in _time64_to_time() function