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

/freebsd-11-stable/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));
/freebsd-11-stable/include/
H A Dtimeconv.h55 __int64_t _time_to_time64(time_t t);
/freebsd-11-stable/sbin/dump/
H A Ditime.c154 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-11-stable/sbin/fsdb/
H A Dfsdb.c1180 curinode->dp2.di_birthtime = _time_to_time64(secs);
1197 curinode->dp2.di_mtime = _time_to_time64(secs);
1214 curinode->dp2.di_atime = _time_to_time64(secs);
1231 curinode->dp2.di_ctime = _time_to_time64(secs);

Completed in 177 milliseconds