HomeSort by: relevance | last modified time | path
    Searched defs:adjtime (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/sys/
adjtime.c 1 /* $NetBSD: adjtime.c,v 1.12 2011/10/15 23:00:02 christos Exp $ */
36 __RCSID("$NetBSD: adjtime.c,v 1.12 2011/10/15 23:00:02 christos Exp $");
57 adjtime(const struct timeval *delta, struct timeval *olddelta) function
  /src/external/bsd/ntp/dist/libntp/
adjtime.c 1 /* $NetBSD: adjtime.c,v 1.7 2024/08/18 20:47:13 christos Exp $ */
9 * MPE lacks adjtime(), so we define our own. But note that time slewing has
11 * from being able to maintain clock synch. Because of the bug, this adjtime()
26 int adjtime(struct timeval *delta, struct timeval *olddelta);
28 int adjtime(struct timeval *delta, struct timeval *olddelta) function
128 static char RCSid[] = "adjtime.c,v 3.1 1993/07/06 01:04:42 jbj Exp";
136 #include "adjtime.h"
161 * adjtime - hp-ux copout of the standard Unix adjtime() system call
164 adjtime( function
281 adjtime (struct timeval *delta, struct timeval *olddelta) function
    [all...]
  /src/lib/libc/include/
namespace.h 203 #define adjtime _adjtime macro

Completed in 15 milliseconds