Searched refs:_time32_to_time (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/lib/libc/stdtime/
H A Dtime32.c25 _time32_to_time(__int32_t t32) function
78 return(_time32_to_time(tlong));
98 return(_time32_to_time(tint));
H A DSymbol.map6 _time32_to_time;
/freebsd-10.0-release/include/
H A Dtimeconv.h52 time_t _time32_to_time(__int32_t t32);
/freebsd-10.0-release/sbin/fsdb/
H A Dfsdbutil.c164 t = _time32_to_time(dp->dp1.di_mtime);
171 t = _time32_to_time(dp->dp1.di_ctime);
178 t = _time32_to_time(dp->dp1.di_atime);
/freebsd-10.0-release/sbin/restore/
H A Dtape.c1424 buf->c_date = _time32_to_time(buf->c_old_date);
1425 buf->c_ddate = _time32_to_time(buf->c_old_ddate);
1426 buf->c_atime = _time32_to_time(buf->c_old_atime);
1427 buf->c_mtime = _time32_to_time(buf->c_old_mtime);
/freebsd-10.0-release/sbin/dump/
H A Dtraverse.c481 spcl.c_atime = _time32_to_time(dp->dp1.di_atime);
483 spcl.c_mtime = _time32_to_time(dp->dp1.di_mtime);
/freebsd-10.0-release/usr.sbin/rwhod/
H A Drwhod.c740 time_t t = _time32_to_time(ntohl(we->we_utmp.out_time));

Completed in 128 milliseconds