Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/mach/hurd/
Dadjtime.c27 __adjtime (const struct timeval *delta, struct timeval *olddelta) in __adjtime() argument
37 if (olddelta == NULL) in __adjtime()
38 olddelta = &dummy; in __adjtime()
44 (time_value_t *) olddelta); in __adjtime()
/glibc-2.36/sysdeps/mach/
Dadjtime.c27 __adjtime (const struct timeval *delta, struct timeval *olddelta) in __adjtime() argument
35 err = __host_adjust_time (hostpriv, delta, olddelta); in __adjtime()
/glibc-2.36/time/
Dadjtime.c26 __adjtime (const struct timeval *delta, struct timeval *olddelta) in __adjtime() argument
/glibc-2.36/manual/
Dtime.texi847 @deftypefun int adjtime (const struct timeval *@var{delta}, struct timeval *@var{olddelta})
864 If the @var{olddelta} argument is not a null pointer, the @code{adjtime}