Searched refs:_time64_to_time (Results 1 – 8 of 8) sorted by relevance
153 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()
411 time_t t = _time64_to_time(spcl.c_date); in main()421 time_t t = _time64_to_time(spcl.c_ddate); in main()
495 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()
158 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()
253 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()
54 time_t _time64_to_time(__int64_t t64);
8 _time64_to_time;
47 _time64_to_time(__int64_t t64) in _time64_to_time() function