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

/freebsd-10.0-release/lib/libc/stdtime/
H A Dtime32.c57 _time_to_time64(time_t t) function
70 return(_time_to_time64(t));
90 return(_time_to_time64(t));
H A DSymbol.map9 _time_to_time64;
/freebsd-10.0-release/include/
H A Dtimeconv.h55 __int64_t _time_to_time64(time_t t);
/freebsd-10.0-release/sbin/dump/
H A Ditime.c155 spcl.c_ddate = _time_to_time64(ddp->dd_ddate);
H A Dmain.c110 spcl.c_date = _time_to_time64(time(NULL));
383 spcl.c_date = _time_to_time64(sb.st_mtime);
/freebsd-10.0-release/sbin/fsdb/
H A Dfsdb.c1154 curinode->dp2.di_birthtime = _time_to_time64(secs);
1171 curinode->dp2.di_mtime = _time_to_time64(secs);
1188 curinode->dp2.di_atime = _time_to_time64(secs);
1205 curinode->dp2.di_ctime = _time_to_time64(secs);

Completed in 92 milliseconds