TIMESPEC32_TO_TIMESPEC
TIMESPEC32_TO_TIMESPEC(&utimbuf.atime, &utimbuf32.atime);
TIMESPEC32_TO_TIMESPEC(&utimbuf.mtime, &utimbuf32.mtime);
TIMESPEC32_TO_TIMESPEC(×truc, ×truc32);
TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_atim);
TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_mtim);
TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_ctim);
TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_atim);
TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_mtim);
TIMESPEC32_TO_TIMESPEC(&ts, &statb.st_ctim);
TIMESPEC32_TO_TIMESPEC(&dest->st_atim, &src->st_atim);
TIMESPEC32_TO_TIMESPEC(&dest->st_mtim, &src->st_mtim);
TIMESPEC32_TO_TIMESPEC(&dest->st_ctim, &src->st_ctim);
TIMESPEC32_TO_TIMESPEC(rqtime, &wait_time_32);
TIMESPEC32_TO_TIMESPEC(rqtime, &wait_time_32);
TIMESPEC32_TO_TIMESPEC(&t, &t32);
TIMESPEC32_TO_TIMESPEC(&rqtime, &rqtime32);
TIMESPEC32_TO_TIMESPEC(&(it)->it_interval, &(it32)->it_interval); \
TIMESPEC32_TO_TIMESPEC(&(it)->it_value, &(it32)->it_value); \
TIMESPEC32_TO_TIMESPEC(&lwptp->lwpt_rqtime, &ts32);
TIMESPEC32_TO_TIMESPEC(&rqtime, &timeout32)
TIMESPEC32_TO_TIMESPEC(&ts, &ts32)
TIMESPEC32_TO_TIMESPEC(ts, &ts32)
TIMESPEC32_TO_TIMESPEC(&sig_timeout, &timeout32)
TIMESPEC32_TO_TIMESPEC(&ts[0], &ts32[0]);
TIMESPEC32_TO_TIMESPEC(&ts[1], &ts32[1]);