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

/freebsd-10.0-release/lib/libc/stdtime/
H A DSymbol.map7 _time_to_time32;
H A Dtime32.c36 _time_to_time32(time_t t) function
/freebsd-10.0-release/include/
H A Dtimeconv.h53 __int32_t _time_to_time32(time_t t);
/freebsd-10.0-release/usr.sbin/rwhod/
H A Drwhod.c478 htonl(_time_to_time32(ut->ut_tv.tv_sec));
498 mywd.wd_sendtime = htonl(_time_to_time32(time(NULL)));
556 mywd.wd_boottime = htonl(_time_to_time32(tm.tv_sec));
/freebsd-10.0-release/sbin/fsdb/
H A Dfsdb.c1169 curinode->dp1.di_mtime = _time_to_time32(secs);
1186 curinode->dp1.di_atime = _time_to_time32(secs);
1203 curinode->dp1.di_ctime = _time_to_time32(secs);

Completed in 106 milliseconds