Home
last modified time | relevance | path

Searched refs:otv (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dadjtime.c21 adjtime(const struct timeval * itv, struct timeval * otv) in adjtime() argument
45 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