Symbol: sleep
bin/csh/proc.c
1274
(void) sleep(FORKSLEEP);
bin/ksh/jobs.c
271
sleep(1);
bin/ksh/jobs.c
447
sleep(forksleep);
games/atc/main.c
289
sleep(2); /* give the guy time to read it */
games/backgammon/backgammon/main.c
303
sleep(MVPAUSE);
games/backgammon/backgammon/main.c
338
sleep(MVPAUSE);
games/backgammon/backgammon/move.c
134
sleep(3);
games/battlestar/command1.c
187
sleep(1);
games/bs/bs.c
1226
(void)sleep(1);
games/bs/bs.c
1384
(void)sleep(1);
games/canfield/canfield/canfield.c
906
sleep(5);
games/fortune/fortune/fortune.c
182
sleep((unsigned int) max(Fort_len / CPERS, MINW));
games/gomoku/main.c
367
sleep(1);
games/gomoku/main.c
522
sleep(5);
games/hack/hack.end.c
321
sleep(1);
games/hunt/hunt/hunt.c
213
sleep(3);
games/phantasia/interplayer.c
168
sleep(1);
games/phantasia/interplayer.c
228
sleep(1);
games/phantasia/interplayer.c
316
sleep(3); /* give other person time to die */
games/phantasia/interplayer.c
633
sleep(4);
games/phantasia/interplayer.c
676
sleep(2);
games/phantasia/misc.c
467
sleep(2);
games/robots/main.c
134
sleep(1);
games/sail/dr_main.c
81
sleep(7);
games/sail/pl_1.c
113
sleep(5);
games/sail/sync.c
229
sleep(1);
games/trek/destruct.c
101
sleep(2);
games/trek/destruct.c
73
sleep(3);
games/trek/destruct.c
80
sleep(1);
games/trek/destruct.c
85
sleep(2);
games/trek/destruct.c
92
sleep(2);
games/trek/destruct.c
96
sleep(1);
games/trek/help.c
132
sleep(2);
games/trek/lose.c
71
sleep(1);
games/trek/ram.c
68
sleep(2);
games/trek/ram.c
80
sleep(2);
games/trek/snova.c
115
sleep(1);
games/trek/warp.c
133
sleep(2);
games/trek/warp.c
135
sleep(2);
games/trek/warp.c
137
sleep(4);
games/trek/win.c
60
sleep(1);
games/worm/worm.c
390
sleep(2);
include/unistd.h
370
unsigned int sleep(unsigned int);
lib/libcurses/tinfo/lib_print.c
103
(void) sleep(0);
lib/libutil/passwd.c
105
sleep(1);
libexec/comsat/comsat.c
141
sleep(1);
libexec/ftpd/ftpd.c
1291
sleep((unsigned int)tries);
libexec/ftpd/ftpd.c
1484
sleep((unsigned) swaitint);
libexec/ftpd/ftpd.c
811
sleep((unsigned) login_attempts);
libexec/getty/main.c
239
sleep(2);
libexec/getty/main.c
248
sleep(60);
libexec/getty/main.c
377
sleep(PF);
libexec/getty/subr.c
394
sleep(2); /* wait for connection to complete */
libexec/login_token/token.c
121
sleep(1);
libexec/mail.local/locking.c
82
sleep(1U << tries);
libexec/spamd/grey.c
1015
sleep(DB_SCAN_INTERVAL);
libexec/tradcpp/output.c
94
sleep(1);
regress/bin/ps/shortsleep.c
6
sleep(5);
regress/lib/libc/sleep/sleep_test.c
82
printf("%d\n", sleep(i));
regress/lib/libc/stdio_threading/include/local.h
72
sleep(1);
regress/lib/libc/sys/t_getitimer.c
141
(void)sleep(1);
regress/lib/libc/sys/t_kevent.c
103
sleep(1);
regress/lib/libc/sys/t_kill.c
175
(void)sleep(1);
regress/lib/libc/sys/t_kill.c
246
(void)sleep(1);
regress/lib/libc/sys/t_kill.c
292
(void)sleep(1);
regress/lib/libc/sys/t_mkdir.c
137
(void)sleep(1);
regress/lib/libc/sys/t_mkfifo.c
188
(void)sleep(1);
regress/lib/libc/sys/t_mkfifo.c
98
(void)sleep(1);
regress/lib/libc/sys/t_msgctl.c
213
(void)sleep(1);
regress/lib/libc/sys/t_msgctl.c
233
(void)sleep(1);
regress/lib/libc/sys/t_msgrcv.c
134
(void)sleep(1);
regress/lib/libc/sys/t_msgrcv.c
136
(void)sleep(1);
regress/lib/libc/sys/t_msgrcv.c
279
(void)sleep(2);
regress/lib/libc/sys/t_msgsnd.c
107
(void)sleep(2);
regress/lib/libc/sys/t_msgsnd.c
245
(void)sleep(2);
regress/lib/libc/sys/t_poll.c
139
(void)sleep(10);
regress/lib/libc/sys/t_poll.c
69
(void)sleep(1);
regress/lib/libc/sys/t_poll.c
79
(void)sleep(5);
regress/lib/libc/sys/t_select.c
164
sleep(1);
regress/lib/libc/sys/t_select.c
167
sleep(1);
regress/lib/libc/sys/t_select.c
205
sleep(1);
regress/lib/libc/sys/t_stat.c
220
(void)sleep(1);
regress/lib/libc/sys/t_waitid.c
108
sleep(100);
regress/lib/libc/sys/t_waitid.c
175
sleep(100);
regress/lib/libc/sys/t_waitid.c
228
sleep(100);
regress/lib/libevent/event_regress.c
567
sleep(1);
regress/lib/libpthread/blocked_close/blocked_close.c
39
sleep(15);
regress/lib/libpthread/blocked_dup2/blocked_dup2.c
39
sleep(15);
regress/lib/libpthread/blocked_fifo/blocked_fifo.c
41
sleep(10);
regress/lib/libpthread/blocked_fifo/blocked_fifo.c
52
sleep(3);
regress/lib/libpthread/blocked_fifo/blocked_fifo.c
72
sleep(3);
regress/lib/libpthread/blocked_join/blocked_join.c
17
sleep(10);
regress/lib/libpthread/blocked_shutdown/blocked_shutdown.c
39
sleep(15);
regress/lib/libpthread/cancel2/cancel2.c
103
sleep(1);
regress/lib/libpthread/cancel2/cancel2.c
110
sleep(1);
regress/lib/libpthread/cancel2/cancel2.c
89
sleep(1);
regress/lib/libpthread/cancel2/cancel2.c
96
sleep(1);
regress/lib/libpthread/cancel_wait/cancel_wait.c
102
sleep(1);
regress/lib/libpthread/cancel_wait/cancel_wait.c
61
sleep(1000000);
regress/lib/libpthread/cancel_wait/cancel_wait.c
69
sleep(1);
regress/lib/libpthread/cancel_wait/cancel_wait.c
77
sleep(1);
regress/lib/libpthread/cancel_wait/cancel_wait.c
85
sleep(1);
regress/lib/libpthread/cancel_wait/cancel_wait.c
93
sleep(1);
regress/lib/libpthread/close/close.c
134
sleep(2);
regress/lib/libpthread/close/close.c
154
sleep(1);
regress/lib/libpthread/close/close.c
158
sleep(1);
regress/lib/libpthread/close_race/close_race.c
36
sleep(60);
regress/lib/libpthread/dlopen/dlopen.c
310
sleep(1000);
regress/lib/libpthread/dlopen/dlopen.c
363
sleep(1000);
regress/lib/libpthread/dup2_race/dup2_race.c
36
sleep(60);
regress/lib/libpthread/earlysig/earlysig.c
65
sleep(2);
regress/lib/libpthread/earlysig/earlysig.c
69
sleep(3);
regress/lib/libpthread/execve/execve.c
100
sleep(1);
regress/lib/libpthread/execve/execve.c
65
sleep(2);
regress/lib/libpthread/fcntl/fcntl.c
68
sleep(1);
regress/lib/libpthread/fork/fork.c
56
sleep(10);
regress/lib/libpthread/fork/fork.c
80
sleep(1);
regress/lib/libpthread/process_kill/process_kill.c
27
sleep(2);
regress/lib/libpthread/process_kill/process_kill.c
41
sleep(15);
regress/lib/libpthread/pthread_cond_timedwait/pthread_cond_timedwait.c
66
sleep(1);
regress/lib/libpthread/pthread_join/pthread_join.c
115
sleep(1); /* (ensure thread is dead) */
regress/lib/libpthread/pthread_join/pthread_join.c
65
sleep(2);
regress/lib/libpthread/pthread_kill/pthread_kill.c
67
sleep(1);
regress/lib/libpthread/pthread_kill/pthread_kill.c
71
sleep(1);
regress/lib/libpthread/pthread_kill/pthread_kill.c
76
sleep(1);
regress/lib/libpthread/pthread_kill/pthread_kill.c
81
sleep(1);
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
257
sleep(1);
regress/lib/libpthread/pthread_mutex/pthread_mutex.c
81
sleep(1);
regress/lib/libpthread/pthread_rwlock/pthread_rwlock.c
56
sleep(3 - diff);
regress/lib/libpthread/pthread_rwlock/pthread_rwlock.c
60
sleep(1);
regress/lib/libpthread/restart/accept/accept.c
54
sleep(2);
regress/lib/libpthread/restart/accept/accept.c
58
sleep(1);
regress/lib/libpthread/restart/accept/accept.c
62
sleep(1);
regress/lib/libpthread/restart/connect/connect.c
59
sleep(2);
regress/lib/libpthread/restart/connect/connect.c
63
sleep(1);
regress/lib/libpthread/restart/kevent/kevent.c
46
sleep(2);
regress/lib/libpthread/restart/kevent/kevent.c
50
sleep(1);
regress/lib/libpthread/restart/read/read.c
45
sleep(2);
regress/lib/libpthread/restart/read/read.c
49
sleep(1);
regress/lib/libpthread/restart/read/read.c
53
sleep(1);
regress/lib/libpthread/restart/readv/readv.c
49
sleep(2);
regress/lib/libpthread/restart/readv/readv.c
53
sleep(1);
regress/lib/libpthread/restart/readv/readv.c
57
sleep(1);
regress/lib/libpthread/restart/recvfrom/recvfrom.c
54
sleep(2);
regress/lib/libpthread/restart/recvfrom/recvfrom.c
58
sleep(1);
regress/lib/libpthread/restart/recvfrom/recvfrom.c
62
sleep(1);
regress/lib/libpthread/restart/recvmsg/recvmsg.c
60
sleep(2);
regress/lib/libpthread/restart/recvmsg/recvmsg.c
64
sleep(1);
regress/lib/libpthread/restart/recvmsg/recvmsg.c
68
sleep(1);
regress/lib/libpthread/semaphore/sem_timedwait/sem_timedwait.c
50
sleep(1);
regress/lib/libpthread/semaphore/sem_timedwait/sem_timedwait.c
69
sleep(1);
regress/lib/libpthread/semaphore/sem_timedwait/sem_timedwait.c
73
sleep(1);
regress/lib/libpthread/semaphore/sem_wait/sem_wait.c
41
sleep(1);
regress/lib/libpthread/semaphore/sem_wait/sem_wait.c
60
sleep(1);
regress/lib/libpthread/semaphore/sem_wait/sem_wait.c
64
sleep(1);
regress/lib/libpthread/setsockopt/2/setsockopt2.c
88
sleep(2);
regress/lib/libpthread/sigdeliver/sigdeliver.c
61
sleep(2);
regress/lib/libpthread/siginterrupt/siginterrupt.c
38
sleep(1);
regress/lib/libpthread/siginterrupt/siginterrupt.c
42
sleep(1);
regress/lib/libpthread/siginterrupt/siginterrupt.c
47
sleep(1);
regress/lib/libpthread/siginterrupt/siginterrupt.c
52
sleep(1);
regress/lib/libpthread/sigmask/sigmask.c
27
CHECKe(sleep(1));
regress/lib/libpthread/sigmask/sigmask.c
42
CHECKe(sleep(1));
regress/lib/libpthread/sigmask/sigmask.c
53
CHECKe(sleep(1));
regress/lib/libpthread/sigmask/sigmask.c
62
CHECKe(sleep(1));
regress/lib/libpthread/signal/signal.c
25
ASSERT(sleep(3) == 0);
regress/lib/libpthread/signals/pthread_join/pthread_join.c
21
return ((caddr_t)NULL + sleep(5));
regress/lib/libpthread/signals/pthread_join/pthread_join.c
47
sleep(2);
regress/lib/libpthread/signals/pthread_join/pthread_join.c
50
sleep(2);
regress/lib/libpthread/signals/pthread_mutex_lock/pthread_mutex_lock.c
38
sleep(2);
regress/lib/libpthread/signals/pthread_mutex_lock/pthread_mutex_lock.c
41
sleep(1);
regress/lib/libpthread/signodefer/signodefer.c
54
sleep(1);
regress/lib/libpthread/signodefer/signodefer.c
63
sleep(1);
regress/lib/libpthread/sigsuspend/sigsuspend.c
202
sleep (1);
regress/lib/libpthread/sigsuspend/sigsuspend.c
204
sleep (1);
regress/lib/libpthread/sigsuspend/sigsuspend.c
214
sleep (1);
regress/lib/libpthread/sigsuspend/sigsuspend.c
216
sleep (1);
regress/lib/libpthread/sigsuspend/sigsuspend.c
225
sleep (1);
regress/lib/libpthread/sigsuspend/sigsuspend.c
227
sleep (1);
regress/lib/libpthread/sigsuspend/sigsuspend.c
237
sleep (1);
regress/lib/libpthread/sigsuspend/sigsuspend.c
239
sleep (1);
regress/lib/libpthread/sigwait/sigwait.c
164
sleep (1);
regress/lib/libpthread/sigwait/sigwait.c
166
sleep (1);
regress/lib/libpthread/sigwait/sigwait.c
176
sleep (1);
regress/lib/libpthread/sigwait/sigwait.c
178
sleep (1);
regress/lib/libpthread/sigwait/sigwait.c
187
sleep (1);
regress/lib/libpthread/sigwait/sigwait.c
189
sleep (1);
regress/lib/libpthread/sigwait/sigwait.c
208
sleep (1);
regress/lib/libpthread/sigwait/sigwait.c
210
sleep (1);
regress/lib/libpthread/sigwait/sigwait.c
228
sleep (1);
regress/lib/libpthread/sigwait/sigwait.c
233
sleep (1);
regress/lib/libpthread/sigwait/sigwait.c
242
sleep (1);
regress/lib/libpthread/sigwait/sigwait.c
249
sleep (1);
regress/lib/libpthread/sleep/sleep.c
60
sleep(1);
regress/lib/libpthread/sleep/sleep.c
73
sleep(3);
regress/lib/libpthread/socket/1/socket1.c
89
sleep(1);
regress/lib/libpthread/socket/2/socket2.c
145
sleep(1);
regress/lib/libpthread/socket/2/socket2.c
163
sleep(2);
regress/lib/libpthread/socket/2a/socket2a.c
102
sleep(1);
regress/lib/libpthread/stack/stack.c
112
sleep(1);
regress/lib/libpthread/stack/stack.c
127
sleep(1);
regress/lib/libpthread/stack/stack.c
164
sleep(1);
regress/lib/libpthread/stack/stack.c
99
sleep(1);
regress/lib/libpthread/switch/switch.c
110
sleep (2);
regress/sys/dev/video/videotest.c
323
sleep(WAIT_INIT); /* let device initialize */
regress/sys/dev/video/videotest.c
418
sleep(WAIT_STOP); /* let device stop */
regress/sys/kern/accept/accept.c
66
sleep(2); /* sleep a bit so that we're the second to accept */
regress/sys/kern/clock_gettime/monotonicrelapse.c
59
sleep(10);
regress/sys/kern/dup2_accept/dup2_accept.c
41
sleep(1);
regress/sys/kern/flock/flock.c
1003
sleep(1);
regress/sys/kern/flock/flock.c
372
sleep(1);
regress/sys/kern/flock/flock.c
475
sleep(1);
regress/sys/kern/flock/flock.c
920
sleep(1);
regress/sys/kern/fork-exit/fork-exit.c
109
if (sleep(timeout) != 0)
regress/sys/kern/fork-exit/fork-exit.c
181
if (sleep(timeout) != 0)
regress/sys/kern/getpeereid/getpeereid_test.c
67
sleep(5);
regress/sys/kern/main-thread-exited/main-thread-exited.c
19
sleep(1);
regress/sys/kern/main-thread-exited/main-thread-exited.c
22
sleep(1);
regress/sys/kern/pledge/ioctl/unfdpass.c
139
(void) sleep(10);
regress/sys/kern/recvwait/mcontrol-stream.c
85
sleep(2);
regress/sys/kern/signal/cansig/cansig.c
24
sleep(3);
regress/sys/kern/signal/cansig/cansig.c
29
sleep(1);
regress/sys/kern/signal/earlysig/earlysig.c
36
sleep(2);
regress/sys/kern/signal/earlysig/earlysig.c
40
sleep(1);
regress/sys/kern/signal/sigpthread/sigpthread.c
179
sleep(1);
regress/sys/kern/signal/sigpthread/sigpthread.c
251
sleep(1);
regress/sys/kern/signal/sigpthread/sigpthread.c
272
sleep(1);
regress/sys/kern/sysvsem/semtest.c
341
sleep(1);
regress/sys/kern/unfdpass/unfdpass.c
172
(void) sleep(10);
regress/sys/kern/unveil/syscalls.c
173
sleep(1);
regress/sys/kern/unveil/syscalls.c
432
sleep(1);
regress/sys/net/pf_trans/dev-limit.c
58
sleep(sleep_time);
regress/sys/netinet/bindconnect/bindconnect.c
487
if (sleep(run_time) < 0)
regress/sys/netinet/tcpthread/tcpthread.c
773
if (sleep(run_time) < 0)
regress/sys/netinet/udpthread/udpthread.c
777
if (sleep(run_time) < 0)
sbin/dump/tape.c
401
sleep(10);
sbin/dump/tape.c
424
sleep (10);
sbin/dump/tape.c
641
sleep(4); /* allow time for parent's message to get out */
sbin/fsck/preen.c
318
sleep(10);
sbin/fsck_ext2fs/utilities.c
465
sleep(1);
sbin/fsck_ffs/utilities.c
587
sleep(1);
sbin/init/init.c
1039
sleep(1);
sbin/init/init.c
1049
sleep(GETTY_SLEEP);
sbin/init/init.c
1055
sleep(WINDOW_WAIT);
sbin/init/init.c
343
sleep(STALL_TIMEOUT);
sbin/init/init.c
385
sleep(STALL_TIMEOUT);
sbin/init/init.c
474
sleep(2); /* leave DTR low */
sbin/init/init.c
606
sleep(STALL_TIMEOUT);
sbin/init/init.c
646
sleep(STALL_TIMEOUT);
sbin/init/init.c
698
sleep(STALL_TIMEOUT);
sbin/isakmpd/isakmpd.c
519
sleep(1);
sbin/ldattach/ldattach.c
329
sleep(30); /* delay restart when called from init */
sbin/ldattach/ldattach.c
86
sleep(1);
sbin/mount_nfs/mount_nfs.c
504
sleep(60);
sbin/pfctl/pfctl_queue.c
97
sleep(STAT_INTERVAL);
sbin/ping/ping.c
945
sleep(1);
sbin/reboot/reboot.c
66
sleep(1);
sbin/scsi/scsi.c
665
sleep(1);
sbin/shutdown/shutdown.c
399
(void)sleep(2);
sys/arch/alpha/stand/installboot.c
186
sleep(2);
sys/arch/alpha/stand/installboot.c
188
sleep(2);
sys/arch/amd64/stand/efiboot/efiboot.c
1153
if (get_idle_timeout() == 0 && sleep(idle_secs) == 0) {
sys/arch/amd64/stand/efiboot/efiboot.c
631
sleep(5);
sys/arch/amd64/stand/libsa/bioscons.c
219
sleep(5);
sys/arch/amd64/stand/libsa/pxe.c
530
sleep(1);
sys/arch/amd64/stand/libsa/pxe.c
544
sleep(1);
sys/arch/i386/stand/libsa/bioscons.c
216
sleep(5);
sys/arch/i386/stand/libsa/pxe.c
530
sleep(1);
sys/arch/i386/stand/libsa/pxe.c
544
sleep(1);
sys/arch/macppc/dev/mediabay.c
226
sleep:
sys/arch/macppc/dev/mediabay.c
265
goto sleep;
sys/dev/acpi/acpibtn.c
260
goto sleep;
sys/dev/acpi/acpibtn.c
281
sleep:
sys/dev/acpi/acpibtn.c
300
goto sleep;
sys/dev/dt/dt_prov_static.c
127
&_DT_STATIC_P(sched, sleep),
sys/dev/dt/dt_prov_static.c
46
DT_STATIC_PROBE0(sched, sleep);
sys/dev/fdt/rkpmic.c
733
rkpmic_do_set_voltage(struct rkpmic_regulator *rr, uint32_t voltage, int sleep)
sys/dev/fdt/rkpmic.c
769
reg = rkpmic_reg_read(rr->rr_sc, rr->rr_vreg + sleep);
sys/dev/fdt/rkpmic.c
772
rkpmic_reg_write(rr->rr_sc, rr->rr_vreg + sleep, reg);
sys/dev/ic/rtwn.c
1701
goto sleep;
sys/dev/ic/rtwn.c
1706
sleep:
sys/dev/pci/drm/i915/gt/selftest_rps.c
155
int sleep;
sys/dev/pci/drm/i915/gt/selftest_rps.c
159
sleep = 20;
sys/dev/pci/drm/i915/gt/selftest_rps.c
181
usleep_range(sleep, 2 * sleep);
sys/dev/pci/drm/i915/gt/selftest_rps.c
182
sleep *= 2;
sys/dev/pci/drm/i915/gt/selftest_rps.c
183
if (sleep > timeout_ms * 20)
sys/dev/pci/drm/i915/gt/selftest_rps.c
184
sleep = timeout_ms * 20;
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
673
unsigned long end, sleep;
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
702
sleep = jiffies_to_usecs(delay) / 3;
sys/dev/pci/drm/i915/selftests/i915_sw_fence.c
703
usleep_range(sleep, 2 * sleep);
sys/dev/pci/if_ice.c
377
ice_usec_delay(uint32_t time, bool sleep)
sys/dev/pci/if_ice.c
379
if (sleep && !cold)
sys/dev/pci/if_ice.c
380
tsleep_nsec(&sleep, 0, "icedly", USEC_TO_NSEC(time));
sys/dev/pci/if_ice.c
394
ice_msec_delay(uint32_t time, bool sleep)
sys/dev/pci/if_ice.c
396
if (sleep && !cold)
sys/dev/pci/if_ice.c
397
tsleep_nsec(&sleep, 0, "icedly", MSEC_TO_NSEC(time));
sys/dev/pci/if_iwnreg.h
1529
uint32_t sleep;
sys/kern/kern_synch.c
304
TRACEPOINT(sched, sleep, NULL);
sys/kern/tty.c
1538
goto sleep;
sys/kern/tty.c
1543
goto sleep;
sys/kern/tty.c
1564
goto sleep;
sys/kern/tty.c
1569
sleep:
sys/lib/libsa/stand.h
196
u_int sleep(u_int);
usr.bin/audioctl/audioctl.c
251
sleep(wait_sec);
usr.bin/calendar/calendar.c
226
sleeptime = sleep(sleeptime);
usr.bin/cdio/cdio.c
1627
sleep(1);
usr.bin/cu/command.c
249
sleep(1);
usr.bin/cu/command.c
269
sleep(1);
usr.bin/cvs/repository.c
76
sleep(CVS_LOCK_SLEEP);
usr.bin/ftp/ftp.c
1869
sleep(2);
usr.bin/ftp/main.c
653
sleep(retry_connect);
usr.bin/kdump/kdump.c
332
(void)sleep(1);
usr.bin/leave/leave.c
146
sleep(2); /* let parent print set message */
usr.bin/leave/leave.c
153
sleep(secs - FIVEMIN);
usr.bin/leave/leave.c
160
sleep(secs - MINUTE);
usr.bin/leave/leave.c
166
sleep(secs);
usr.bin/leave/leave.c
172
sleep(MINUTE);
usr.bin/less/ch.c
284
sleep(1);
usr.bin/lock/lock.c
218
sleep((u_int)((cnt - backoff) * tries / 2));
usr.bin/login/login.c
547
sleep(1);
usr.bin/login/login.c
914
(void)sleep(5);
usr.bin/nc/netcat.c
1152
sleep(iflag);
usr.bin/newsyslog/newsyslog.c
263
sleep(5);
usr.bin/openssl/s_server.c
1965
sleep(1);
usr.bin/ssh/sshconnect.c
437
sleep(1);
usr.bin/vmstat/vmstat.c
391
(void)sleep(interval);
usr.sbin/acme-client/netproc.c
936
sleep(RETRY_DELAY);
usr.sbin/amd/amd/afs_ops.c
458
sleep(1); /* XXX */
usr.sbin/amd/amd/mount_fs.c
94
sleep(1);
usr.sbin/amd/amd/util.c
479
sleep(1);
usr.sbin/amd/amd/xutil.c
92
sleep(1);
usr.sbin/apmd/apmd.c
354
sleep(1);
usr.sbin/apmd/apmd.c
374
sleep(1);
usr.sbin/apmd/apmd.c
394
sleep(1);
usr.sbin/authpf/authpf.c
266
sleep(1);
usr.sbin/authpf/authpf.c
339
sleep(10);
usr.sbin/authpf/authpf.c
351
sleep(180); /* them lusers read reaaaaal slow */
usr.sbin/cron/cron.c
198
sleep(10);
usr.sbin/cron/cron.c
223
sleep(10);
usr.sbin/dhcp6leasectl/dhcp6leasectl.c
177
sleep(1);
usr.sbin/dhcpleasectl/dhcpleasectl.c
211
sleep(1);
usr.sbin/edquota/edquota.c
223
sleep(1);
usr.sbin/edquota/edquota.c
261
sleep(3);
usr.sbin/edquota/edquota.c
278
sleep(3);
usr.sbin/inetd/inetd.c
1745
sleep(1);
usr.sbin/installboot/i386_installboot.c
214
sync(); sleep(1);
usr.sbin/installboot/i386_installboot.c
810
sync(); sleep(1);
usr.sbin/iscsictl/iscsictl.c
437
sleep(POLL_DELAY_SEC);
usr.sbin/iscsictl/iscsictl.c
444
sleep(POLL_DELAY_SEC);
usr.sbin/ldpd/pfkey.c
372
sleep(1);
usr.sbin/lpd/printer.c
1074
sleep(1 << i);
usr.sbin/lpd/printer.c
1199
sleep(i);
usr.sbin/lpr/common_source/common.c
178
sleep(timo);
usr.sbin/lpr/common_source/rmjob.c
192
sleep(i);
usr.sbin/lpr/lpd/lpd.c
307
sleep(sleeptime);
usr.sbin/lpr/lpd/lpd.c
389
sleep(10);
usr.sbin/lpr/lpd/printjob.c
1214
sleep((unsigned)(i*i));
usr.sbin/lpr/lpd/printjob.c
1440
sleep(i);
usr.sbin/lpr/lpd/printjob.c
1466
sleep(i);
usr.sbin/lpr/lpd/printjob.c
1503
sleep(i);
usr.sbin/lpr/lpd/printjob.c
930
sleep(5 * 60);
usr.sbin/mtrace/mtrace.c
1567
sleep((unsigned int)waittime);
usr.sbin/ndp/ndp.c
657
sleep(repeat);
usr.sbin/ntpd/ntp_dns.c
258
sleep(1);
usr.sbin/pppd/auth.c
687
sleep((u_int) (attempts - 3) * 5);
usr.sbin/pppd/chat/chat.c
1202
sleep(1);
usr.sbin/pppd/main.c
481
sleep(1);
usr.sbin/pppd/main.c
492
sleep(1); /* give it time to set up its terminal */
usr.sbin/pppd/main.c
760
sleep(1);
usr.sbin/sasyncd/sasyncd.c
112
sleep(1);
usr.sbin/sensorsd/sensorsd.c
183
sleep(check_period);
usr.sbin/smtpd/smtpctl.c
576
sleep(1);
usr.sbin/tokenadm/tokenadm.c
285
sleep(1);
usr.sbin/tokenadm/tokenadm.c
323
sleep(1);
usr.sbin/trpt/trpt.c
287
sleep(1);
usr.sbin/unbound/testcode/streamtcp.c
511
sleep((unsigned)delay);
usr.sbin/unbound/testcode/testpkts.c
1791
sleep(match->sleeptime);
usr.sbin/unbound/testcode/testpkts.c
1859
sleep(p->packet_sleep);
usr.sbin/watchdogd/watchdogd.c
162
sleep(interval);