Home
last modified time | relevance | path

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

12

/src/contrib/ntp/include/
H A Dntp_unixtime.h22 # define SETTIMEOFDAY(a, b) (settimeofday(a, b))
26 # define SETTIMEOFDAY(a, b) (settimeofday(a))
33 # define SETTIMEOFDAY(a, b) (settimeofday(a, b))
H A Dl_stdlib.h197 extern int settimeofday (struct timeval *);
201 extern int settimeofday (struct timeval *, void *);
/src/crypto/krb5/src/windows/leashdll/
H A Dtimesync.c31 settimeofday( in settimeofday() function
280 if (settimeofday(&tv, &tz) < 0) in ProcessTimeSync()
/src/tools/regression/priv/
H A Dpriv_settimeofday.c63 error = settimeofday(&now, NULL); in priv_settimeofday()
/src/share/doc/psd/05.sysman/
H A Dspell.ok284 settimeofday
/src/sbin/adjkerntz/
H A Dadjkerntz.c314 if (settimeofday(stv, stz)) { in main()
/src/contrib/ntp/html/hints/
H A Dmpeix13 and settimeofday() all had to be implemented from scratch by calling
H A Da-ux182 is to called 'settimeofday()' and step the clock to the correct
/src/contrib/ntp/sntp/m4/
H A 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()'
/src/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_scalars.c335 if (settimeofday(timeval_to_set, NULL) == -1) { in OS_setSystemDate()
/src/lib/libsys/
H A DSymbol.sys.map218 settimeofday;
H A DMakefile.sys464 MLINKS+=gettimeofday.2 settimeofday.2
/src/contrib/ntp/sntp/
H A Dsntp-opts.def161 correction using @command{settimeofday(2)}. The default value is 0,
193 descrip = "OK to 'step' the time with @command{settimeofday(2)}";
H A 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,
H A Dconfig.h.in362 /* Define to 1 if you have the `settimeofday' function. */
/src/contrib/ntp/libntp/
H A Dmachines.c382 int settimeofday(struct timeval *tvp) in settimeofday() function
/src/sys/sys/
H A Dsyscall.mk92 settimeofday.o \
H A Dtime.h649 int settimeofday(const struct timeval *, const struct timezone *);
/src/tests/sys/audit/
H A Dadministrative.c78 ATF_REQUIRE_EQ(0, settimeofday(&tp, &tzp)); in ATF_TC_BODY()
107 ATF_REQUIRE_EQ(-1, settimeofday(&tp, &tzp)); in ATF_TC_BODY()
/src/contrib/openbsm/etc/
H A Daudit_event58 37:AUE_SETTIMEOFDAY:settimeofday(2):ad
309 313:AUE_DARWIN_SETTIMEOFDAY:settimeofday(2):ad
/src/contrib/ntp/parseutil/
H A Ddcfd.c949 if (settimeofday(&the_time, 0L) == -1) in set_time()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_syscalls.inc249 PRE_SYSCALL(settimeofday)(void *tv, void *tz) {}
251 POST_SYSCALL(settimeofday)(long res, void *tv, void *tz) {
/src/contrib/ntp/
H A Dconfig.h.in832 /* Define to 1 if you have the `settimeofday' function. */
H A DCommitLog-4.1.04636 gettimeofday(), settimeofday(); they are `protected' by
6010 (settimeofday): Prototypes are OK.
/src/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2880 fun:settimeofday=uninstrumented

12