Searched refs:_time_to_time32 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/include/
H A Dtimeconv.h53 __int32_t _time_to_time32(time_t t);
/freebsd-11-stable/lib/libc/stdtime/
H A Dtime32.c36 _time_to_time32(time_t t) function
/freebsd-11-stable/usr.sbin/rwhod/
H A Drwhod.c478 htonl(_time_to_time32(ut->ut_tv.tv_sec));
497 mywd.wd_sendtime = htonl(_time_to_time32(time(NULL)));
555 mywd.wd_boottime = htonl(_time_to_time32(tm.tv_sec));
/freebsd-11-stable/sbin/fsdb/
H A Dfsdb.c1195 curinode->dp1.di_mtime = _time_to_time32(secs);
1212 curinode->dp1.di_atime = _time_to_time32(secs);
1229 curinode->dp1.di_ctime = _time_to_time32(secs);

Completed in 184 milliseconds