Searched refs:otv (Results 1 – 1 of 1) sorted by relevance
21 adjtime(const struct timeval * itv, struct timeval * otv) in adjtime() argument45 if (otv) { in adjtime()48 otv->tv_usec = -(-tntx.offset % 1000000); in adjtime()49 otv->tv_sec = -(-tntx.offset / 1000000); in adjtime()53 otv->tv_usec = tntx.offset % 1000000; in adjtime()54 otv->tv_sec = tntx.offset / 1000000; in adjtime()
Completed in 2 milliseconds