Searched refs:settimeofday (Results 1 – 25 of 33) sorted by relevance
12
| /netbsd/src/lib/libc/compat/sys/ |
| D | compat_settimeofday.c | 48 __warn_references(settimeofday, 52 __weak_alias(settimeofday, _settimeofday) in __weak_alias() argument 59 settimeofday(const struct timeval50 * __restrict tv50, in __weak_alias()
|
| /netbsd/src/external/bsd/ntp/dist/include/ |
| D | ntp_unixtime.h | 24 # define SETTIMEOFDAY(a, b) (settimeofday(a, b)) 28 # define SETTIMEOFDAY(a, b) (settimeofday(a)) 35 # define SETTIMEOFDAY(a, b) (settimeofday(a, b))
|
| D | l_stdlib.h | 199 extern int settimeofday (struct timeval *); 203 extern int settimeofday (struct timeval *, void *);
|
| /netbsd/src/lib/libc/sys/ |
| D | settimeofday.c | 59 settimeofday(const struct timeval *tv, const void *tzp) in settimeofday() function
|
| D | Makefile.inc | 39 GLUE50+= adjtime.c clock_settime.c settimeofday.c 344 MLINKS+=gettimeofday.2 settimeofday.2
|
| /netbsd/src/sys/compat/sys/ |
| D | time.h | 63 int settimeofday(const struct timeval50 * __restrict,
|
| /netbsd/src/usr.sbin/rdate/ |
| D | rdate.c | 158 if (settimeofday(&tv, NULL) == -1) in main()
|
| /netbsd/src/usr.sbin/timed/timed/ |
| D | correct.c | 176 if (settimeofday(&now, 0) < 0) in adjclock()
|
| D | measure.c | 341 (void)settimeofday(tv, 0); in update_time()
|
| /netbsd/src/external/bsd/ntp/dist/sntp/m4/ |
| D | ntp_libntp.m4 | 1071 settimeofday(0, 0); 1083 AC_CHECK_FUNCS([settimeofday], ,[ 1089 AC_MSG_CHECKING([if we'll use clock_settime or settimeofday or stime]) 1099 ans='settimeofday()'
|
| /netbsd/src/external/bsd/ntp/dist/html/hints/ |
| D | mpeix | 13 and settimeofday() all had to be implemented from scratch by calling
|
| D | a-ux | 182 is to called 'settimeofday()' and step the clock to the correct
|
| /netbsd/src/external/bsd/ntp/dist/sntp/ |
| D | sntp-opts.def | 161 correction using @command{settimeofday(2)}. The default value is 0, 193 descrip = "OK to 'step' the time with @command{settimeofday(2)}";
|
| D | invoke-sntp.texi | 132 -S no step OK to 'step' the time with settimeofday(2) 286 correction using @command{settimeofday(2)}. The default value is 0,
|
| D | config.h.in | 362 /* Define to 1 if you have the `settimeofday' function. */
|
| /netbsd/src/sys/sys/ |
| D | time.h | 343 int settimeofday(const struct timeval * __restrict,
|
| /netbsd/src/share/doc/psd/05.sysman/ |
| D | spell.ok | 432 settimeofday
|
| /netbsd/src/external/bsd/ntp/dist/libntp/ |
| D | machines.c | 384 int settimeofday(struct timeval *tvp) in settimeofday() function
|
| /netbsd/src/bin/date/ |
| D | date.c | 552 if (settimeofday(&tv, NULL)) in setthetime()
|
| /netbsd/src/usr.bin/spell/spell/ |
| D | special.netbsd | 1120 settimeofday
|
| /netbsd/src/external/bsd/ntp/dist/parseutil/ |
| D | dcfd.c | 951 if (settimeofday(&the_time, 0L) == -1) in set_time()
|
| /netbsd/src/lib/libc/include/ |
| D | namespace.h | 654 #define settimeofday _settimeofday macro
|
| /netbsd/src/share/man/tools/ |
| D | newsp.errs | 1534 settimeofday 2411 settimeofday
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | aarch64-linux-tdep.c | 2221 SYSCALL_MAP (settimeofday); in aarch64_canonicalize_syscall()
|
| /netbsd/src/usr.sbin/makemandb/ |
| D | nostem.txt | 3615 settimeofday
|
12