Home
last modified time | relevance | path

Searched refs:_time_to_time32 (Results 1 – 5 of 5) sorted by relevance

/freebsd/include/
H A Dtimeconv.h52 __int32_t _time_to_time32(time_t t);
/freebsd/lib/libc/stdtime/
H A DSymbol.map3 _time_to_time32;
H A Dtime32.c33 _time_to_time32(time_t t) in _time_to_time32() function
/freebsd/usr.sbin/rwhod/
H A Drwhod.c466 htonl(_time_to_time32(ut->ut_tv.tv_sec)); in sender_process()
485 mywd.wd_sendtime = htonl(_time_to_time32(time(NULL))); in sender_process()
543 mywd.wd_boottime = htonl(_time_to_time32(tm.tv_sec)); in getboottime()
/freebsd/sbin/fsdb/
H A Dfsdb.c1242 curinode->dp1.di_mtime = _time_to_time32(secs); in CMDFUNCSTART()
1259 curinode->dp1.di_atime = _time_to_time32(secs); in CMDFUNCSTART()
1276 curinode->dp1.di_ctime = _time_to_time32(secs); in CMDFUNCSTART()