_time32_to_time
time_t _time32_to_time(__int32_t t32);
return(_time32_to_time(tlong));
return(_time32_to_time(tint));
spcl.c_atime = _time32_to_time(dp->dp1.di_atime);
spcl.c_mtime = _time32_to_time(dp->dp1.di_mtime);
t = _time32_to_time(dp->dp1.di_mtime);
t = _time32_to_time(dp->dp1.di_ctime);
t = _time32_to_time(dp->dp1.di_atime);
buf->c_date = _time32_to_time(buf->c_old_date);
buf->c_ddate = _time32_to_time(buf->c_old_ddate);
buf->c_atime = _time32_to_time(buf->c_old_atime);
buf->c_mtime = _time32_to_time(buf->c_old_mtime);
time_t t = _time32_to_time(ntohl(we->we_utmp.out_time));