/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/posix/sys/ |
H A D | time.d | 81 int getitimer(int, itimerval*); in version() 117 int getitimer(int, itimerval*); in version() 143 int getitimer(int, itimerval*); in version() 162 int getitimer(int, itimerval*); in version() 188 int getitimer(int, itimerval*); in version() 214 int getitimer(int, itimerval*); in version() 233 int getitimer(int, itimerval*); in version() 262 int getitimer(int, itimerval*); in version() 285 int getitimer(int, itimerval*); in version()
|
/netbsd-src/tests/lib/libc/sys/ |
H A D | t_getitimer.c | 59 atf_tc_set_md_var(tc, "descr", "getitimer(2) before setitimer(2)"); 68 * empty after calling getitimer(2) but before in ATF_TC_BODY() 73 ATF_REQUIRE(getitimer(ITIMER_REAL, &it) == 0); in ATF_TC_BODY() 78 ATF_REQUIRE(getitimer(ITIMER_VIRTUAL, &it) == 0); in ATF_TC_BODY() 83 ATF_REQUIRE(getitimer(ITIMER_PROF, &it) == 0); in ATF_TC_BODY() 91 atf_tc_fail("getitimer(2) modified the timer before it was armed"); 97 atf_tc_set_md_var(tc, "descr", "Test errors from getitimer(2)"); 105 ATF_REQUIRE_ERRNO(EINVAL, getitimer(-1, &it) == -1); in ATF_TC_BODY() 108 ATF_REQUIRE_ERRNO(EINVAL, getitimer(INT_MAX, &it) == -1); in ATF_TC_BODY() 111 ATF_REQUIRE_ERRNO(EFAULT, getitimer(ITIMER_REA in ATF_TC_BODY() [all...] |
/netbsd-src/lib/libc/compat/sys/ |
H A D | compat_itimer.c | 46 __warn_references(getitimer, 73 getitimer(int timerid, struct itimerval50 *tim50) in getitimer() function
|
/netbsd-src/sys/compat/sys/ |
H A D | time.h | 46 int getitimer(int, struct itimerval50 *);
|
/netbsd-src/sys/sys/ |
H A D | time.h | 331 int getitimer(int, struct itimerval *) __RENAME(__getitimer50);
|
/netbsd-src/share/doc/psd/05.sysman/ |
H A D | spell.ok | 267 getitimer
|
/netbsd-src/lib/libc/sys/ |
H A D | Makefile.inc | 267 getitimer.2 getlogin.2 getpeername.2 getpgrp.2 getpid.2 \ 334 MLINKS+=getitimer.2 setitimer.2
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 411 getitimer
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/vms/ |
H A D | vms-crtlmap.map | 411 getitimer
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.def | 913 /// int getitimer(int which, struct itimerval *value); 914 TLI_DEFINE_ENUM_INTERNAL(getitimer) 915 TLI_DEFINE_STRING_INTERNAL("getitimer")
|
/netbsd-src/usr.bin/spell/spell/ |
H A D | special.netbsd | 434 getitimer
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
H A D | dispatcher.c | 937 getitimer (which, oval); /* return current itimer setting */ in _setitimer()
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/libcollector/ |
H A D | dispatcher.c | 989 getitimer (which, oval); /* return current itimer setting */ in DCL_TIMER_CREATE()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/ |
H A D | msan_test.cc | 2207 TEST(MemorySanitizer, getitimer) { in TEST() argument 2214 res = getitimer(ITIMER_VIRTUAL, &it1); in TEST()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 428 PRE_SYSCALL(getitimer)(long which, void *value) {} 430 POST_SYSCALL(getitimer)(long res, long which, void *value) {
|
H A D | sanitizer_common_interceptors.inc | 87 #define getitimer __getitimer50 2197 INTERCEPTOR(int, getitimer, int which, void *curr_value) { 2199 COMMON_INTERCEPTOR_ENTER(ctx, getitimer, which, curr_value); 2203 int res = REAL(getitimer)(which, curr_value); 2235 COMMON_INTERCEPT_FUNCTION(getitimer); \
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 426 PRE_SYSCALL(getitimer)(long which, void *value) {} 428 POST_SYSCALL(getitimer)(long res, long which, void *value) {
|
H A D | sanitizer_common_interceptors.inc | 89 #define getitimer __getitimer50 2221 INTERCEPTOR(int, getitimer, int which, void *curr_value) { 2223 COMMON_INTERCEPTOR_ENTER(ctx, getitimer, which, curr_value); 2227 int res = REAL(getitimer)(which, curr_value); 2259 COMMON_INTERCEPT_FUNCTION(getitimer); \
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_common_syscalls.inc | 456 PRE_SYSCALL(getitimer)(long which, void *value) {} 458 POST_SYSCALL(getitimer)(long res, long which, void *value) {
|
H A D | sanitizer_common_interceptors.inc | 89 #define getitimer __getitimer50 2251 INTERCEPTOR(int, getitimer, int which, void *curr_value) { 2253 COMMON_INTERCEPTOR_ENTER(ctx, getitimer, which, curr_value); 2257 int res = REAL(getitimer)(which, curr_value); 2289 COMMON_INTERCEPT_FUNCTION(getitimer); \
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 1439 getitimer
|
/netbsd-src/share/man/tools/ |
H A D | newsp.errs | 1408 getitimer
|
/netbsd-src/sys/rump/librump/rumpkern/ |
H A D | rump_syscalls.c | 5202 __weak_alias(getitimer,rump___sysimpl_getitimer50); 7037 }, /* 86 = getitimer */
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | ChangeLog | 8895 * aux/configure.in (AC_CHECK_FUNCS): check for getitimer(). 8897 * include/am_defs.h: extern definition for getitimer(). 8899 * aux/configure.in: use AC_CHECK_EXTERNS. Look for getitimer()
|