Home
last modified time | relevance | path

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

/dragonfly/contrib/cvs-1.12/lib/
H A Dtimespec.h60 int settime (struct timespec const *);
/dragonfly/contrib/diffutils/lib/
H A Dtimespec.h128 int settime (struct timespec const *) _GL_ARG_NONNULL ((1));
/dragonfly/sys/kern/
H A Dkern_time.c75 static int settime(struct timeval *);
104 settime(struct timeval *tv) in settime() function
299 error = settime(&atv); in kern_clock_settime()
706 if (uap->tv && (error = settime(&atv))) { in sys_settimeofday()