Searched refs:olddelta (Results 1 – 4 of 4) sorted by relevance
27 __adjtime (const struct timeval *delta, struct timeval *olddelta) in __adjtime() argument37 if (olddelta == NULL) in __adjtime()38 olddelta = &dummy; in __adjtime()44 (time_value_t *) olddelta); in __adjtime()
27 __adjtime (const struct timeval *delta, struct timeval *olddelta) in __adjtime() argument35 err = __host_adjust_time (hostpriv, delta, olddelta); in __adjtime()
26 __adjtime (const struct timeval *delta, struct timeval *olddelta) in __adjtime() argument
847 @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}