Symbol: ITIMER_REAL
bin/dd/dd.c
102
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/graphics.c
297
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/graphics.c
356
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/input.c
325
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/input.c
356
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/main.c
170
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/main.c
178
setitimer(ITIMER_REAL, &itv, NULL);
games/atc/main.c
186
setitimer(ITIMER_REAL, &itv, NULL);
lib/libc/gen/alarm.c
48
if (setitimer(ITIMER_REAL, itp, &oitv) < 0)
lib/libc/gen/ualarm.c
53
if (setitimer(ITIMER_REAL, &new, &old) == 0)
lib/libc/gmon/gmon.c
235
setitimer(ITIMER_REAL, &tim, 0);
lib/libc/gmon/gmon.c
236
setitimer(ITIMER_REAL, 0, &tim);
sbin/ping6/ping6.c
1060
setitimer(ITIMER_REAL, &itimer, NULL);
sbin/ping6/ping6.c
885
setitimer(ITIMER_REAL, &itimer, NULL);
sys/kern/kern_time.c
908
if (uap->which == ITIMER_REAL) {
sys/kern/kern_time.c
963
if (uap->which == ITIMER_REAL) {
test/socket/socket/nonblock/socket_nblock.c
74
if (setitimer(ITIMER_REAL, &it, NULL) < 0)
test/socket/socketpair/nonblock/sockpair_nblock.c
39
if (setitimer(ITIMER_REAL, &it, NULL) < 0)
test/testcases/posixipc/common/common.c
155
if (setitimer(ITIMER_REAL, &it, NULL) < 0) {
test/testcases/posixipc/common/common.c
169
setitimer(ITIMER_REAL, &it, NULL);
test/testcases/posixipc/common/common.c
174
if (setitimer(ITIMER_REAL, &it, NULL) < 0) {
tools/regression/p1003_1b/fifo.c
157
if (setitimer(ITIMER_REAL, &itimerval, 0) == -1) {
tools/regression/p1003_1b/fifo.c
207
if (setitimer(ITIMER_REAL, &itimerval, 0) == -1) {
tools/tools/netrate/accept_connect/connect_client/connect_client.c
133
if (setitimer(ITIMER_REAL, &it, NULL) < 0)
tools/tools/netrate/netblast/netblast.c
95
if (setitimer(ITIMER_REAL, &it, NULL) < 0) {
usr.bin/dfregress/userland.c
125
r = setitimer(ITIMER_REAL, &itim, NULL);
usr.bin/dfregress/userland.c
176
setitimer(ITIMER_REAL, &itim, NULL);
usr.bin/lock/lock.c
172
setitimer(ITIMER_REAL, &ntimer, &otimer);
usr.bin/systat/main.c
228
setitimer(ITIMER_REAL, &ctv, NULL);
usr.bin/talk/invite.c
85
setitimer(ITIMER_REAL, &itimer, NULL);
usr.bin/talk/msgs.c
62
setitimer(ITIMER_REAL, &itimer, NULL);
usr.bin/talk/msgs.c
72
setitimer(ITIMER_REAL, &itimer, NULL);
usr.bin/timeout/timeout.c
240
if (setitimer(ITIMER_REAL, &tim, NULL) == -1)
usr.sbin/mld6query/mld6query.c
141
setitimer(ITIMER_REAL, &itimer, NULL);
usr.sbin/ppp/timer.c
101
if (TimerList && getitimer(ITIMER_REAL, &itimer) == 0)
usr.sbin/ppp/timer.c
165
if (getitimer(ITIMER_REAL, &itimer) == 0)
usr.sbin/ppp/timer.c
244
if (TimerList && getitimer(ITIMER_REAL, &itimer) == 0)
usr.sbin/ppp/timer.c
281
if (setitimer(ITIMER_REAL, &itimer, NULL) == -1)
usr.sbin/ppp/timer.c
293
if (setitimer(ITIMER_REAL, &itimer, NULL) == -1)