Home
last modified time | relevance | path

Searched refs:settimeofday (Results 1 – 25 of 33) sorted by relevance

12

/netbsd/src/lib/libc/compat/sys/
Dcompat_settimeofday.c48 __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/
Dntp_unixtime.h24 # define SETTIMEOFDAY(a, b) (settimeofday(a, b))
28 # define SETTIMEOFDAY(a, b) (settimeofday(a))
35 # define SETTIMEOFDAY(a, b) (settimeofday(a, b))
Dl_stdlib.h199 extern int settimeofday (struct timeval *);
203 extern int settimeofday (struct timeval *, void *);
/netbsd/src/lib/libc/sys/
Dsettimeofday.c59 settimeofday(const struct timeval *tv, const void *tzp) in settimeofday() function
DMakefile.inc39 GLUE50+= adjtime.c clock_settime.c settimeofday.c
344 MLINKS+=gettimeofday.2 settimeofday.2
/netbsd/src/sys/compat/sys/
Dtime.h63 int settimeofday(const struct timeval50 * __restrict,
/netbsd/src/usr.sbin/rdate/
Drdate.c158 if (settimeofday(&tv, NULL) == -1) in main()
/netbsd/src/usr.sbin/timed/timed/
Dcorrect.c176 if (settimeofday(&now, 0) < 0) in adjclock()
Dmeasure.c341 (void)settimeofday(tv, 0); in update_time()
/netbsd/src/external/bsd/ntp/dist/sntp/m4/
Dntp_libntp.m41071 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/
Dmpeix13 and settimeofday() all had to be implemented from scratch by calling
Da-ux182 is to called 'settimeofday()' and step the clock to the correct
/netbsd/src/external/bsd/ntp/dist/sntp/
Dsntp-opts.def161 correction using @command{settimeofday(2)}. The default value is 0,
193 descrip = "OK to 'step' the time with @command{settimeofday(2)}";
Dinvoke-sntp.texi132 -S no step OK to 'step' the time with settimeofday(2)
286 correction using @command{settimeofday(2)}. The default value is 0,
Dconfig.h.in362 /* Define to 1 if you have the `settimeofday' function. */
/netbsd/src/sys/sys/
Dtime.h343 int settimeofday(const struct timeval * __restrict,
/netbsd/src/share/doc/psd/05.sysman/
Dspell.ok432 settimeofday
/netbsd/src/external/bsd/ntp/dist/libntp/
Dmachines.c384 int settimeofday(struct timeval *tvp) in settimeofday() function
/netbsd/src/bin/date/
Ddate.c552 if (settimeofday(&tv, NULL)) in setthetime()
/netbsd/src/usr.bin/spell/spell/
Dspecial.netbsd1120 settimeofday
/netbsd/src/external/bsd/ntp/dist/parseutil/
Ddcfd.c951 if (settimeofday(&the_time, 0L) == -1) in set_time()
/netbsd/src/lib/libc/include/
Dnamespace.h654 #define settimeofday _settimeofday macro
/netbsd/src/share/man/tools/
Dnewsp.errs1534 settimeofday
2411 settimeofday
/netbsd/src/external/gpl3/gdb/dist/gdb/
Daarch64-linux-tdep.c2221 SYSCALL_MAP (settimeofday); in aarch64_canonicalize_syscall()
/netbsd/src/usr.sbin/makemandb/
Dnostem.txt3615 settimeofday

12