Home
last modified time | relevance | path

Searched refs:_time_to_time64 (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libc/stdtime/
H A Dtime32.c54 _time_to_time64(time_t t) in _time_to_time64() function
67 return(_time_to_time64(t)); in _time_to_long()
87 return(_time_to_time64(t)); in _time_to_int()
H A DSymbol.map5 _time_to_time64;
/freebsd/include/
H A Dtimeconv.h54 __int64_t _time_to_time64(time_t t);
/freebsd/sbin/fsdb/
H A Dfsdb.c1227 curinode->dp2.di_birthtime = _time_to_time64(secs); in CMDFUNCSTART()
1244 curinode->dp2.di_mtime = _time_to_time64(secs); in CMDFUNCSTART()
1261 curinode->dp2.di_atime = _time_to_time64(secs); in CMDFUNCSTART()
1278 curinode->dp2.di_ctime = _time_to_time64(secs); in CMDFUNCSTART()
/freebsd/sbin/dump/
H A Dmain.c119 spcl.c_date = _time_to_time64(time(NULL)); in main()
391 spcl.c_date = _time_to_time64(sb.st_mtime); in main()
H A Ditime.c150 spcl.c_ddate = _time_to_time64(ddp->dd_ddate); in getdumptime()