/netbsd-src/lib/libc/compat/sys/ |
H A D | compat_clock.c | 48 __warn_references(clock_settime, 54 __weak_alias(clock_settime, _clock_settime) in __weak_alias() argument 61 clock_settime(clockid_t clockid, const struct timespec50 * tim50) in __weak_alias()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/ |
H A D | time.d | 229 int clock_settime(clockid_t, const scope timespec*); in version() 268 int clock_settime(clockid_t, const scope timespec*); in version() 294 int clock_settime(clockid_t, const scope timespec*); in version() 318 int clock_settime(clockid_t, const scope timespec*); in version() 342 int clock_settime(clockid_t, const scope timespec*); in version() 364 int clock_settime(clockid_t, const scope timespec*); in version() 429 int clock_settime(clockid_t, const scope timespec*); in version() 458 int clock_settime(clockid_t, const scope timespec*); in version()
|
/netbsd-src/external/gpl2/xcvs/dist/m4/ |
H A D | clock_time.m4 | 7 # Check for clock_gettime and clock_settime, and sets LIB_CLOCK_GETTIME. 24 AC_CHECK_FUNCS(clock_gettime clock_settime)
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/ |
H A D | clock_time.m4 | 7 # Check for clock_getres, clock_gettime and clock_settime, 30 AC_CHECK_FUNCS([clock_getres clock_gettime clock_settime])
|
/netbsd-src/lib/libc/sys/ |
H A D | clock_settime.c | 59 clock_settime(clockid_t clock_id, const struct timespec *tp) in clock_settime() function
|
H A D | Makefile.inc | 39 GLUE50+= adjtime.c clock_settime.c settimeofday.c 262 clock_settime.2 clone.2 close.2 \ 309 MLINKS+=clock_settime.2 clock_gettime.2 310 MLINKS+=clock_settime.2 clock_getres.2
|
/netbsd-src/lib/libc/compat/include/ |
H A D | time.h | 74 int clock_settime(clockid_t, const struct timespec50 *);
|
/netbsd-src/include/ |
H A D | time.h | 154 int clock_settime(clockid_t, const struct timespec *)
|
/netbsd-src/tests/lib/libc/sys/ |
H A D | t_timerfd.c | 438 ATF_REQUIRE(clock_settime(CLOCK_REALTIME, &now) == 0); in ATF_TC_BODY() 456 ATF_REQUIRE(clock_settime(CLOCK_REALTIME, &now) == 0); in ATF_TC_BODY()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ |
H A D | config.h.in | 18 /* Define to 1 if you have the `clock_settime' function. */
|
H A D | configure.ac | 106 AC_CHECK_FUNCS(clock_getres clock_gettime clock_settime lstat readlink)
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ |
H A D | config.h.in | 18 /* Define to 1 if you have the `clock_settime' function. */
|
H A D | configure.ac | 95 AC_CHECK_FUNCS(clock_getres clock_gettime clock_settime lstat readlink)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 227 clock_settime
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 227 clock_settime
|
/netbsd-src/lib/libc/include/ |
H A D | namespace.h | 279 #define clock_settime _clock_settime 275 #define clock_settime _clock_settime global() macro
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 484 PRE_SYSCALL(clock_settime)(long which_clock, const void *tp) { 488 POST_SYSCALL(clock_settime)(long res, long which_clock, const void *tp) {}
|
H A D | sanitizer_common_interceptors.inc | 76 #define clock_settime __clock_settime50 2182 INTERCEPTOR(int, clock_settime, u32 clk_id, const void *tp) { 2184 COMMON_INTERCEPTOR_ENTER(ctx, clock_settime, clk_id, tp); 2186 return REAL(clock_settime)(clk_id, tp); 2191 COMMON_INTERCEPT_FUNCTION(clock_settime);
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 482 PRE_SYSCALL(clock_settime)(long which_clock, const void *tp) { 486 POST_SYSCALL(clock_settime)(long res, long which_clock, const void *tp) {}
|
H A D | sanitizer_common_interceptors.inc | 76 #define clock_settime __clock_settime50 2188 INTERCEPTOR(int, clock_settime, u32 clk_id, const void *tp) { 2190 COMMON_INTERCEPTOR_ENTER(ctx, clock_settime, clk_id, tp); 2192 return REAL(clock_settime)(clk_id, tp); 2197 COMMON_INTERCEPT_FUNCTION(clock_settime);
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 521 PRE_SYSCALL(clock_settime)(long which_clock, const void *tp) { 526 POST_SYSCALL(clock_settime)(long res, long which_clock, const void *tp) {}
|
H A D | sanitizer_common_interceptors.inc | 76 #define clock_settime __clock_settime50 2206 INTERCEPTOR(int, clock_settime, u32 clk_id, const void *tp) { 2208 COMMON_INTERCEPTOR_ENTER(ctx, clock_settime, clk_id, tp); 2210 return REAL(clock_settime)(clk_id, tp); 2215 COMMON_INTERCEPT_FUNCTION(clock_settime);
|
/netbsd-src/external/gpl2/xcvs/dist/ |
H A D | config.h.in | 134 /* Define to 1 if you have the `clock_settime' function. */
|
/netbsd-src/external/gpl3/gdb/dist/gnulib/ |
H A D | config.in | 459 /* Define to 1 if you have the `clock_settime' function. */
|
/netbsd-src/external/bsd/ntp/dist/ |
H A D | CommitLog-4.1.0 | 5199 * libntp/systime.c (step_systime): net_set_tod calls clock_settime. 5206 * configure.in: clock_settime is a stub in AIX4.
|