Home
last modified time | relevance | path

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

/sysdeps/unix/sysv/linux/
A Dadjtime.c28 __adjtime64 (const struct __timeval64 *itv, struct __timeval64 *otv) in __adjtime64() argument
50 if (otv) in __adjtime64()
54 otv->tv_usec = -(-tntx.offset % 1000000); in __adjtime64()
55 otv->tv_sec = -(-tntx.offset / 1000000); in __adjtime64()
59 otv->tv_usec = tntx.offset % 1000000; in __adjtime64()
60 otv->tv_sec = tntx.offset / 1000000; in __adjtime64()
70 __adjtime (const struct timeval *itv, struct timeval *otv) in libc_hidden_def()
81 retval = __adjtime64 (pitv64, otv != NULL ? &otv64 : NULL); in libc_hidden_def()
82 if (otv != NULL) in libc_hidden_def()
83 *otv = valid_timeval64_to_timeval (otv64); in libc_hidden_def()
/sysdeps/unix/sysv/linux/alpha/
A Dosf_adjtime.c59 __adjtime_tv32 (const struct __timeval32 *itv, struct __timeval32 *otv) in __adjtime_tv32() argument
67 *otv = valid_timeval_to_timeval32 (otv64); in __adjtime_tv32()

Completed in 4 milliseconds