Home
last modified time | relevance | path

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

/trueos/lib/libc/stdtime/
HDtime32.c57 _time_to_time64(time_t t) in _time_to_time64() function
70 return(_time_to_time64(t)); in _time_to_long()
90 return(_time_to_time64(t)); in _time_to_int()
HDSymbol.map9 _time_to_time64;
/trueos/include/
HDtimeconv.h55 __int64_t _time_to_time64(time_t t);
/trueos/sbin/fsdb/
HDfsdb.c1154 curinode->dp2.di_birthtime = _time_to_time64(secs); in CMDFUNCSTART()
1171 curinode->dp2.di_mtime = _time_to_time64(secs); in CMDFUNCSTART()
1188 curinode->dp2.di_atime = _time_to_time64(secs); in CMDFUNCSTART()
1205 curinode->dp2.di_ctime = _time_to_time64(secs); in CMDFUNCSTART()
/trueos/sbin/dump/
HDmain.c110 spcl.c_date = _time_to_time64(time(NULL)); in main()
383 spcl.c_date = _time_to_time64(sb.st_mtime); in main()
HDitime.c155 spcl.c_ddate = _time_to_time64(ddp->dd_ddate); in getdumptime()