_time_to_time64
__int64_t _time_to_time64(time_t t);
return(_time_to_time64(t));
return(_time_to_time64(t));
spcl.c_ddate = _time_to_time64(ddp->dd_ddate);
spcl.c_date = _time_to_time64(time(NULL));
spcl.c_date = _time_to_time64(sb.st_mtime);
curinode->dp2.di_birthtime = _time_to_time64(secs);
curinode->dp2.di_mtime = _time_to_time64(secs);
curinode->dp2.di_atime = _time_to_time64(secs);
curinode->dp2.di_ctime = _time_to_time64(secs);