Symbol: setitimer
games/atc/graphics.c
299
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/graphics.c
361
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/main.c
174
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/main.c
182
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/main.c
190
setitimer(ITIMER_REAL, &itv, NULL);
lib/libc/gen/alarm.c
42
if (setitimer(ITIMER_REAL, &itv, &oitv) == -1)
lib/libc/gen/ualarm.c
53
if (setitimer(ITIMER_REAL, &new, &old) == 0)
lib/libc/hidden/sys/time.h
28
PROTO_NORMAL(setitimer);
regress/lib/libc/sys/t_getitimer.c
132
ATF_REQUIRE(setitimer(ITIMER_REAL, &it, NULL) == 0);
regress/lib/libc/sys/t_getitimer.c
159
ATF_REQUIRE_ERRNO(EINVAL, setitimer(-1, &it, &ot) == -1);
regress/lib/libc/sys/t_getitimer.c
162
ATF_REQUIRE_ERRNO(EINVAL, setitimer(INT_MAX, &it, &ot) == -1);
regress/lib/libc/sys/t_getitimer.c
165
ATF_REQUIRE_ERRNO(EFAULT, setitimer(ITIMER_REAL,(void*)-1, &ot) == -1);
regress/lib/libc/sys/t_getitimer.c
190
ATF_REQUIRE(setitimer(ITIMER_REAL, &it, &ot) == 0);
regress/lib/libc/sys/t_getitimer.c
198
ATF_REQUIRE(setitimer(ITIMER_REAL, &it, &ot) == 0);
regress/lib/libevent/event_regress.c
612
if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
regress/lib/libevent/event_regress.c
639
if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
regress/sys/kern/flock/flock.c
1025
setitimer(ITIMER_REAL, &itv, NULL);
regress/sys/kern/flock/flock.c
1113
setitimer(ITIMER_REAL, &itv, NULL);
regress/sys/kern/flock/flock.c
1140
setitimer(ITIMER_REAL, &itv, NULL);
regress/sys/kern/itimer/itimer.c
57
if (setitimer(which, &itv, NULL) != 0)
regress/sys/kern/signal/fpsig/fpsig.c
52
setitimer(ITIMER_REAL, &it, NULL);
regress/sys/kern/signal/sigprof/sigprof.c
100
setitimer(ITIMER_PROF, &it, NULL);
regress/sys/kern/signal/sigprof/sigprof.c
93
setitimer(ITIMER_PROF, &it, NULL);
sbin/ping/ping.c
1096
(void)setitimer(ITIMER_REAL, &itimer, NULL);
sbin/ping/ping.c
796
(void)setitimer(ITIMER_REAL, &itimer, NULL);
sbin/ping/ping.c
839
(void)setitimer(ITIMER_REAL, &itimer, NULL);
sbin/ping/ping.c
851
(void)setitimer(ITIMER_REAL, &itimer, NULL);
sbin/ping/ping.c
911
(void)setitimer(ITIMER_REAL, &itimer, NULL);
sys/kern/kern_time.c
596
setitimer(i, &itv, NULL);
sys/kern/kern_time.c
615
setitimer(which, NULL, &aitv);
sys/kern/kern_time.c
662
setitimer(which, newitvp, olditvp);
sys/sys/time.h
464
int setitimer(int, const struct itimerval *, struct itimerval *);
usr.bin/bgplg/misc.c
122
setitimer(ITIMER_REAL, &it, NULL);
usr.bin/bgplg/misc.c
142
setitimer(ITIMER_REAL, &it, NULL);
usr.bin/ftp/util.c
1034
setitimer(ITIMER_REAL, &itv, NULL);
usr.bin/kstat/kstat.c
213
if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
usr.bin/lock/lock.c
169
setitimer(ITIMER_REAL, &ntimer, &otimer);
usr.bin/mandoc/cgi.c
1113
if (setitimer(ITIMER_VIRTUAL, &itimer, NULL) == -1) {
usr.bin/rusers/rusers.c
595
setitimer(ITIMER_REAL, &timeout, NULL);
usr.bin/rusers/rusers.c
597
setitimer(ITIMER_REAL, NULL, &timeout);
usr.bin/script/script.c
270
(void)setitimer(ITIMER_REAL, &value, NULL);
usr.bin/ssh/sshd-session.c
1131
if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
usr.bin/ssh/sshd-session.c
1164
if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
usr.bin/systat/engine.c
1363
setitimer(ITIMER_REAL, &it_delay, NULL);
usr.bin/systat/engine.c
1374
setitimer(ITIMER_REAL, &it_delay, NULL);
usr.bin/talk/invite.c
96
setitimer(ITIMER_REAL, &itimer, NULL);
usr.bin/talk/msgs.c
60
setitimer(ITIMER_REAL, &itimer, NULL);
usr.bin/talk/msgs.c
70
setitimer(ITIMER_REAL, &itimer, NULL);
usr.bin/timeout/timeout.c
159
if (setitimer(ITIMER_REAL, &tim, NULL) == -1)
usr.sbin/iostat/iostat.c
187
if (setitimer(ITIMER_REAL, &itv, NULL) == -1)
usr.sbin/relayd/check_script.c
153
setitimer(ITIMER_REAL, &it, NULL);
usr.sbin/relayd/check_script.c
173
setitimer(ITIMER_REAL, &it, NULL);
usr.sbin/sasyncd/net.c
802
setitimer(ITIMER_REAL, &iv, NULL);
usr.sbin/sasyncd/net.c
840
setitimer(ITIMER_REAL, &iv, NULL);