Symbol: sleep
bin/csh/proc.c
1274
(void)sleep(FORKSLEEP);
bin/ksh/jobs.c
307
sleep(1);
bin/ksh/jobs.c
505
sleep(forksleep);
bin/ksh/tty.c
65
sleep((unsigned)1); /* fake it */
common/dist/zlib/examples/gzlog.c
361
sleep(2); /* relinquish the CPU for two seconds while waiting */
crypto/dist/ipsec-tools/src/setkey/setkey.c
686
sleep(1);
dist/pf/libexec/tftp-proxy/tftp-proxy.c
353
sleep(transwait);
dist/pf/sbin/pfctl/pfctl_qstats.c
109
sleep(STAT_INTERVAL);
dist/pf/usr.sbin/authpf/authpf.c
246
sleep(1);
dist/pf/usr.sbin/authpf/authpf.c
323
sleep(10);
dist/pf/usr.sbin/authpf/authpf.c
336
sleep(180); /* them lusers read reaaaaal slow */
games/atc/main.c
300
(void)sleep(2); /* give the guy time to read it */
games/backgammon/backgammon/main.c
397
sleep(MVPAUSE);
games/backgammon/backgammon/main.c
444
sleep(MVPAUSE);
games/backgammon/backgammon/move.c
193
sleep(3);
games/battlestar/command1.c
204
sleep(1);
games/canfield/canfield/canfield.c
914
sleep(5);
games/dm/dm.c
317
sleep(1);
games/fortune/fortune/fortune.c
234
sleep(max(Fort_len / CPERS, MINW));
games/hack/hack.end.c
347
sleep(1);
games/hals_end/hals_end.c
138
sleep(1);
games/hals_end/hals_end.c
140
sleep(1);
games/hals_end/hals_end.c
142
sleep(1);
games/hals_end/hals_end.c
145
sleep(1);
games/hunt/hunt/hunt.c
314
sleep(1);
games/hunt/hunt/hunt.c
343
sleep(2);
games/hunt/hunt/hunt.c
389
sleep(2);
games/hunt/hunt/hunt.c
470
sleep(3);
games/larn/action.c
92
sleep(3);
games/larn/help.c
122
sleep(4);
games/larn/scores.c
624
sleep(4);
games/larn/signal.c
134
sleep(2);
games/larn/tok.c
95
sleep(2);
games/phantasia/interplayer.c
115
sleep(1);
games/phantasia/interplayer.c
179
sleep(1);
games/phantasia/interplayer.c
267
sleep(3); /* give other person time to die */
games/phantasia/interplayer.c
506
sleep(4);
games/phantasia/interplayer.c
549
sleep(2);
games/phantasia/misc.c
412
sleep(2);
games/robots/main.c
151
sleep(2);
games/robots/main.c
180
sleep(1);
games/robots/main.c
186
sleep(1);
games/robots/main.c
189
sleep(1);
games/robots/move.c
189
sleep(1);
games/rogue/machdep.c
334
(void)sleep(nsecs);
games/sail/dr_main.c
106
sleep(7);
games/sail/pl_1.c
115
sleep(5);
games/sail/pl_7.c
313
sleep(1);
games/sail/sync.c
351
sleep(1);
games/snake/snake/snake.c
149
sleep(2);
games/snake/snake/snake.c
155
sleep(2);
games/trek/destruct.c
100
sleep(1);
games/trek/destruct.c
105
sleep(2);
games/trek/destruct.c
80
sleep(3);
games/trek/destruct.c
86
sleep(1);
games/trek/destruct.c
91
sleep(2);
games/trek/destruct.c
97
sleep(2);
games/trek/help.c
134
sleep(2);
games/trek/lose.c
77
sleep(1);
games/trek/ram.c
74
sleep(2);
games/trek/ram.c
87
sleep(2);
games/trek/snova.c
116
sleep(1);
games/trek/warp.c
145
sleep(2);
games/trek/warp.c
147
sleep(2);
games/trek/warp.c
149
sleep(4);
games/trek/win.c
68
sleep(1);
games/warp/init.c
513
sleep(2);
games/warp/play.c
45
sleep(1); /* allow buffers to empty */
games/warp/play.c
47
sleep(3);
games/warp/play.c
55
sleep(1);
games/warp/score.c
134
sleep(1);
games/warp/score.c
531
sleep(1);
games/warp/term.c
579
sleep(1);
games/warp/us.c
246
sleep(1);
games/warp/us.c
255
sleep(4);
games/warp/us.c
269
sleep(4);
games/warp/util.h
21
#define roundsleep(x) (clock_gettime(CLOCK_REALTIME, &timebuf),sleep(timebuf.tv_nsec > (500 * 1000 * 1000) ?x+1:x))
games/warp/warp.c
366
sleep(1);
games/worms/worms.c
499
sleep(delay / 1000000);
include/unistd.h
139
unsigned int sleep(unsigned int);
lib/libc/gen/execvp.c
143
(void)sleep(++etxtbsy);
lib/libc/gen/sleep.c
42
__weak_alias(sleep,_sleep)
lib/libc/gen/sleep.c
46
sleep(unsigned int seconds)
lib/libc/net/rcmd.c
264
(void)sleep((unsigned int)timo);
lib/libcompat/4.3/rexec.c
105
sleep(timo);
lib/librumpclient/rumpclient.c
192
sleep(MIN(10, reconretries-9));
lib/libutil/passwd.c
126
sleep(1);
lib/libutil/pidlock.c
155
sleep(5);
lib/libwrap/clean_exit.c
47
sleep(5);
lib/libwrap/percent_x.c
84
sleep(5);
libexec/comsat/comsat.c
143
sleep(1);
libexec/ftpd/ftpd.c
1033
sleep((unsigned) login_attempts);
libexec/ftpd/ftpd.c
1966
sleep(tries);
libexec/ftpd/ftpd.c
2083
sleep((unsigned) swaitint);
libexec/getty/main.c
240
(void)sleep(60);
libexec/getty/main.c
422
(void)sleep((unsigned int)PF);
libexec/getty/subr.c
672
(void)sleep(2); /* wait for connection to complete */
libexec/httpd/daemon-bozo.c
285
sleep(1);
libexec/httpd/daemon-bozo.c
307
sleep(1);
libexec/httpd/daemon-bozo.c
328
sleep(10);
libexec/identd/identd.c
299
(void)sleep(1);
libexec/rlogind/rlogind.c
487
sleep(5);
libexec/telnetd/sys_term.c
669
sleep(1);
libexec/telnetd/telnetd.c
980
sleep(5);
libexec/telnetd/utility.c
365
sleep(1); /*XXX*/
libexec/tftpd/tftpd.c
358
sleep(i);
regress/sys/arch/i386/ioperm/ioperm.c
111
sleep(1);
regress/sys/arch/i386/ioperm/ioperm.c
129
sleep(1);
regress/sys/arch/i386/ioperm/ioperm.c
131
sleep(1);
regress/sys/arch/i386/ioperm/ioperm.c
140
sleep(1);
regress/sys/arch/i386/iopl/iopl.c
106
sleep(1);
regress/sys/arch/i386/iopl/iopl.c
108
sleep(1);
regress/sys/arch/i386/iopl/iopl.c
115
sleep(1);
regress/sys/arch/i386/iopl/iopl.c
99
sleep(1);
regress/sys/arch/m68k/emuspeed/emuspeed.c
82
(void)sleep(1);
regress/sys/fs/lfs/ckckp/ckckp.c
57
sleep(5);
regress/sys/kern/dislodgefd/dislodgefd.c
73
sleep(1);
regress/sys/kern/dislodgefd/dislodgefd.c
77
sleep(1);
regress/sys/kern/getcwd/getcwd.c
165
sleep(1);
regress/sys/kern/select/select.c
213
sleep(secs);
regress/sys/kern/softint1/softint1.c
64
sleep(60);
regress/sys/kern/unfdpass/unfdpass.c
214
(void) sleep(10);
sbin/disklabel/main.c
1578
sleep(1);
sbin/dump/tape.c
396
sleep(10);
sbin/dump/tape.c
407
sleep (10);
sbin/dump/tape.c
445
sleep (10);
sbin/dump/tape.c
650
sleep(4); /* allow time for parent's message to get out */
sbin/fsck/fsutil.c
300
sleep(1);
sbin/fsck/preen.c
366
sleep(10);
sbin/init/init.c
1312
(void)sleep(GETTY_SLEEP);
sbin/init/init.c
1317
(void)sleep(WINDOW_WAIT);
sbin/init/init.c
432
(void)sleep(STALL_TIMEOUT);
sbin/init/init.c
490
(void)sleep(STALL_TIMEOUT);
sbin/init/init.c
757
(void)sleep(STALL_TIMEOUT);
sbin/init/init.c
870
(void)sleep(STALL_TIMEOUT);
sbin/mount_nfs/getnfsargs.c
262
sleep(MOUNTNFS_RETRYRPC);
sbin/mount_portal/activate.c
165
sleep(1); /*XXX*/
sbin/ping6/ping6.c
1001
sleep(1);
sbin/ping6/ping6.c
981
sleep(1);
sbin/raidctl/raidctl.c
1006
sleep(3); /* XXX give it time to
sbin/raidctl/raidctl.c
1019
sleep(3); /* wait a bit... */
sbin/raidctl/raidctl.c
1148
sleep(2);
sbin/raidctl/raidctl.c
387
sleep(3); /* XXX give it time to get started */
sbin/raidctl/raidctl.c
800
sleep(3); /* XXX give reconstruction a chance to start */
sbin/raidctl/raidctl.c
981
sleep(3); /* XXX give reconstruction a chance to start */
sbin/reboot/reboot.c
221
sleep(2);
sbin/reboot/reboot.c
224
sleep(3);
sbin/reboot/reboot.c
237
(void)sleep(2 * i);
sbin/savecore/savecore.c
786
sleep(1);
sbin/savecore/savecore.c
788
sleep(1);
sbin/scsictl/scsictl.c
634
sleep(10);
sbin/shutdown/shutdown.c
268
(void)sleep((u_int)(offset - tp->timeleft));
sbin/shutdown/shutdown.c
279
(void)sleep(sltime);
sbin/shutdown/shutdown.c
288
(void)sleep((u_int)tp->timetowait);
sbin/shutdown/shutdown.c
374
(void)sleep(2);
sbin/shutdown/shutdown.c
548
(void)sleep(5); /* Give operator a chance to abort this. */
share/examples/rump/sdread/sdread.c
77
sleep(1);
sys/arch/amiga/dev/par.c
311
sleep(sc, PRIBIO+1);
sys/arch/amiga/stand/loadbsd/loadbsd.c
371
sleep(3); /* even more time to see that message */
sys/arch/amiga/stand/loadbsd/loadbsd.c
377
sleep(2);
sys/arch/amiga/stand/loadbsd/loadbsd.c
439
sleep(2);
sys/arch/atari/stand/edahdi/edahdi.c
236
sleep(2);
sys/arch/evbsh3/stand/mesboot/src/mesboot.c
101
sleep(500);
sys/arch/mvme68k/stand/installboot/installboot.c
255
sync(); sleep(1);
sys/arch/sparc/dev/tctrl.c
859
tadpole_request(struct tctrl_req *req, int spin, int sleep)
sys/arch/sparc/dev/tctrl.c
914
if (sleep) {
sys/arch/zaurus/stand/zboot/diskprobe.c
387
sleep(1);
sys/arch/zaurus/stand/zboot/diskprobe.c
391
sleep(2);
sys/arch/zaurus/stand/zboot/unixdev.h
50
int sleep(int seconds);
sys/compat/linux/arch/alpha/linux_osf1.c
651
if ((error = copyin(SCARG(uap, sleep), &otv, sizeof otv)))
sys/compat/linux/arch/alpha/linux_syscallargs.h
525
syscallarg(struct osf1_timeval *) sleep;
sys/dev/pci/if_iwnreg.h
1418
uint32_t sleep;
sys/dev/pci/if_rtwn.c
2406
goto sleep;
sys/dev/pci/if_rtwn.c
2411
sleep:
sys/dev/pci/if_wpireg.h
473
uint32_t sleep[5];
sys/dev/sdmmc/if_bwfm_sdio.c
1427
bwfm_sdio_bus_sleep(struct bwfm_sdio_softc *sc, bool sleep, bool pendok)
sys/dev/sdmmc/if_bwfm_sdio.c
1431
if (sc->sleeping == sleep)
sys/dev/sdmmc/if_bwfm_sdio.c
1435
if (sleep) {
sys/dev/sdmmc/if_bwfm_sdio.c
1443
if (sleep) {
sys/dev/sdmmc/if_bwfm_sdio.c
1450
sc->sleeping = sleep;
sys/kern/tty.c
2030
goto sleep;
sys/kern/tty.c
2042
goto sleep;
sys/kern/tty.c
2085
goto sleep;
sys/kern/tty.c
2090
sleep:
sys/modules/lua/lua.c
584
km_flag_t sleep = cpu_intr_p() || cpu_softintr_p() ?
sys/modules/lua/lua.c
588
alloc_header_t *nhdr = kmem_intr_alloc(alloc_size, sleep);
sys/rump/net/lib/libvirtif/virtif_user.c
150
sleep(1);
sys/rump/net/lib/libvirtif/virtif_user.c
165
sleep(1);
sys/rump/net/lib/libwg/wg_user.c
152
sleep(1);
sys/rump/net/lib/libwg/wg_user.c
175
sleep(1);
tests/crypto/opencrypto/h_thread.c
198
sleep(5);
tests/dev/audio/audiotest.c
4397
sleep(1);
tests/dev/sysmon/t_swwdog.c
118
sleep(2);
tests/fs/common/snapshot.c
196
sleep(1);
tests/fs/ffs/h_quota2_tests.c
111
sleep(2);
tests/fs/ffs/h_quota2_tests.c
195
sleep(2);
tests/fs/lfs/t_fcntl.c
378
sleep(5);
tests/fs/lfs/t_rfw.c
107
sleep(1); /* XXX yuck - but we need the superblocks dirty */
tests/fs/tmpfs/t_renamerace.c
103
sleep(4);
tests/fs/vfs/t_mtime_otrunc.c
81
sleep(2);
tests/fs/vfs/t_mtime_write.c
82
sleep(2);
tests/fs/vfs/t_renamerace.c
175
sleep(5);
tests/fs/vfs/t_renamerace.c
207
sleep(5);
tests/fs/vfs/t_renamerace.c
244
sleep(10);
tests/fs/vfs/t_rmdirrace.c
90
sleep(10);
tests/kernel/h_ps_strings2.c
66
sleep(UINT_MAX);
tests/kernel/kqueue/read/t_file.c
63
(void)sleep(1);
tests/kernel/kqueue/read/t_file.c
75
(void)sleep(1);
tests/kernel/kqueue/read/t_ttypty.c
74
sleep(1);
tests/kernel/kqueue/t_empty.c
126
sleep(1);
tests/kernel/kqueue/t_empty.c
167
sleep(1);
tests/kernel/kqueue/t_proc1.c
114
(void)sleep(1); /* give child some time to come up */
tests/kernel/kqueue/t_proc1.c
71
(void)sleep(2);
tests/kernel/kqueue/t_proc2.c
104
(void)sleep(1); /* let parent set kevent */
tests/kernel/kqueue/t_proc2.c
114
(void)sleep(2);
tests/kernel/kqueue/t_sig.c
101
(void)sleep(1);
tests/kernel/kqueue/t_sig.c
76
(void)sleep(2);
tests/kernel/kqueue/t_sig.c
79
(void)sleep(2);
tests/kernel/kqueue/write/t_ttypty.c
70
(void)sleep(1);
tests/kernel/t_fdrestart.c
177
(void)sleep(1); /* wait for op to start */
tests/kernel/t_lockf.c
245
sleep(1); /* give child time to grab its lock then block */
tests/kernel/t_pty.c
73
(void)sleep(1);
tests/lib/libc/gen/t_alarm.c
66
(void)sleep(2);
tests/lib/libc/gen/t_pause.c
100
(void)sleep(1);
tests/lib/libc/gen/t_pause.c
94
(void)sleep(1);
tests/lib/libc/gen/t_raise.c
72
(void)sleep(1);
tests/lib/libc/gen/t_siginfo.c
128
sleep(1);
tests/lib/libc/gen/t_siginfo.c
206
sleep(1);
tests/lib/libc/gen/t_siginfo.c
236
sleep(1);
tests/lib/libc/gen/t_sleep.c
141
remain->tv_sec = sleep(delay->tv_sec);
tests/lib/libc/gen/t_sleep.c
234
ATF_TC(sleep);
tests/lib/libc/gen/t_sleep.c
235
ATF_TC_HEAD(sleep, tc)
tests/lib/libc/gen/t_sleep.c
242
ATF_TC_BODY(sleep, tc)
tests/lib/libc/gen/t_sleep.c
372
ATF_TP_ADD_TC(tp, sleep);
tests/lib/libc/gen/t_time.c
75
(void)sleep(1);
tests/lib/libc/membar/t_dekker.c
143
sleep(5);
tests/lib/libc/membar/t_seqlock.c
171
sleep(5);
tests/lib/libc/membar/t_spinlock.c
139
sleep(5);
tests/lib/libc/rpc/t_rpc.c
192
sleep(1);
tests/lib/libc/sys/t_eventfd.c
191
sleep(2);
tests/lib/libc/sys/t_eventfd.c
522
sleep(2);
tests/lib/libc/sys/t_eventfd.c
543
sleep(2);
tests/lib/libc/sys/t_eventfd.c
564
sleep(2);
tests/lib/libc/sys/t_eventfd.c
586
sleep(2);
tests/lib/libc/sys/t_eventfd.c
607
sleep(2);
tests/lib/libc/sys/t_eventfd.c
629
sleep(2);
tests/lib/libc/sys/t_eventfd.c
707
sleep(2);
tests/lib/libc/sys/t_futex_ops.c
1102
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
1237
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
1242
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
1268
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
1273
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
1417
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
1522
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
1545
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
1559
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
1564
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
1578
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
1583
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
302
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
310
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
367
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
382
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
402
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
415
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
428
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
680
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
709
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
714
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
724
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
729
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
742
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
747
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
808
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
893
sleep(1);
tests/lib/libc/sys/t_futex_ops.c
898
sleep(1);
tests/lib/libc/sys/t_getitimer.c
143
(void)sleep(1);
tests/lib/libc/sys/t_kill.c
174
(void)sleep(1);
tests/lib/libc/sys/t_kill.c
245
(void)sleep(1);
tests/lib/libc/sys/t_kill.c
291
(void)sleep(1);
tests/lib/libc/sys/t_mkdir.c
139
(void)sleep(1);
tests/lib/libc/sys/t_mkfifo.c
187
(void)sleep(1);
tests/lib/libc/sys/t_mkfifo.c
97
(void)sleep(1);
tests/lib/libc/sys/t_msgctl.c
212
(void)sleep(1);
tests/lib/libc/sys/t_msgctl.c
232
(void)sleep(1);
tests/lib/libc/sys/t_msgrcv.c
133
(void)sleep(1);
tests/lib/libc/sys/t_msgrcv.c
135
(void)sleep(1);
tests/lib/libc/sys/t_msgrcv.c
278
(void)sleep(2);
tests/lib/libc/sys/t_msgsnd.c
106
(void)sleep(2);
tests/lib/libc/sys/t_msgsnd.c
244
(void)sleep(2);
tests/lib/libc/sys/t_nanosleep.c
171
(void)sleep(1);
tests/lib/libc/sys/t_poll.c
142
(void)sleep(10);
tests/lib/libc/sys/t_poll.c
473
sleep(5);
tests/lib/libc/sys/t_poll.c
721
sleep(2);
tests/lib/libc/sys/t_poll.c
74
(void)sleep(1);
tests/lib/libc/sys/t_poll.c
752
sleep(2);
tests/lib/libc/sys/t_poll.c
84
(void)sleep(5);
tests/lib/libc/sys/t_ptrace_kill.c
107
sleep(1); // XXX: too lazy to sync properly
tests/lib/libc/sys/t_ptrace_kill.c
70
sleep(1);
tests/lib/libc/sys/t_ptrace_threads_wait.h
606
SYSCALL_REQUIRE(sleep(1) == 0);
tests/lib/libc/sys/t_select.c
156
sleep(1);
tests/lib/libc/sys/t_select.c
159
sleep(1);
tests/lib/libc/sys/t_select.c
197
sleep(1);
tests/lib/libc/sys/t_sigqueue.c
190
sleep(1);
tests/lib/libc/sys/t_stat.c
219
(void)sleep(1);
tests/lib/libc/sys/t_timer_create.c
231
(void)sleep(2);
tests/lib/libc/sys/t_timerfd.c
358
ATF_REQUIRE(sleep(1) == 0);
tests/lib/libc/sys/t_timerfd.c
460
ATF_REQUIRE(sleep(2) == 0);
tests/lib/libc/sys/t_timerfd.c
566
ATF_REQUIRE(sleep(2) == 0);
tests/lib/libc/sys/t_timerfd.c
706
ATF_REQUIRE(sleep(5) == 0);
tests/lib/libc/sys/t_wait.c
114
sleep(100);
tests/lib/libc/sys/t_wait.c
188
sleep(100);
tests/lib/libc/sys/t_wait.c
255
sleep(100);
tests/lib/libc/ttyio/t_ttyio.c
107
(void)sleep(1);
tests/lib/libc/ttyio/t_ttyio.c
122
(void)sleep(2);
tests/lib/libpthread/h_resolv.c
197
sleep(1);
tests/lib/libpthread/t_barrier.c
88
sleep(2);
tests/lib/libpthread/t_cancellation.c
802
(void)sleep(1);
tests/lib/libpthread/t_cond.c
156
sleep(2);
tests/lib/libpthread/t_cond.c
215
sleep(2);
tests/lib/libpthread/t_cond.c
95
sleep(2);
tests/lib/libpthread/t_detach.c
47
sleep(2);
tests/lib/libpthread/t_detach.c
77
sleep(1);
tests/lib/libpthread/t_detach.c
81
sleep(3);
tests/lib/libpthread/t_fork.c
60
sleep(3);
tests/lib/libpthread/t_fork.c
97
sleep(5);
tests/lib/libpthread/t_fpu.c
122
sleep(20); /* XXX must be long enough for our slowest machine */
tests/lib/libpthread/t_mutex.c
115
sleep(2);
tests/lib/libpthread/t_mutex.c
118
sleep(2);
tests/lib/libpthread/t_mutex.c
289
sleep(2);
tests/lib/libpthread/t_mutex.c
296
sleep(2);
tests/lib/libpthread/t_mutex.c
370
sleep(10);
tests/lib/libpthread/t_preempt.c
65
sleep(1);
tests/lib/libpthread/t_sigmask.c
156
sleep(1);
tests/lib/libpthread/t_sigmask.c
210
sleep(1);
tests/lib/libpthread/t_sigmask.c
239
sleep(1);
tests/lib/libpthread/t_sleep.c
50
sleep(LONGTIME);
tests/lib/librt/t_sem.c
157
sleep(1);
tests/lib/librt/t_sem.c
262
sleep(1);
tests/libexec/ld.elf_so/h_locking.c
102
sleep(1);
tests/libexec/ld.elf_so/h_locking.c
106
sleep(1);
tests/libexec/ld.elf_so/h_locking.c
124
sleep(1);
tests/libexec/ld.elf_so/h_locking.c
130
sleep(1);
tests/libexec/ld.elf_so/h_locking.c
55
sleep(10);
tests/libexec/ld.elf_so/t_dlclose_thread.c
82
(void)sleep(5);
tests/modules/t_kcov.c
344
sleep(0); /* XXX: Is it enough for all trace types? */
tests/modules/t_kcov.c
501
sleep(0);
tests/net/icmp/t_forward.c
122
sleep(1);
tests/net/if_tap/rump_open_tap.c
78
sleep(100);
tests/net/mcast/mcast.c
343
sleep(nsleep);
tests/net/net/t_tcp.c
164
sleep(1);
tests/rump/rumpkern/h_client/h_reconcli.c
111
sleep(timecount);
tests/usr.sbin/inetd/t_inetd.c
94
sleep(1);
usr.bin/cdplay/cdplay.c
1178
sleep(1);
usr.bin/error/main.c
236
sleep(2);
usr.bin/ftp/ftp.c
1971
sleep(2);
usr.bin/ftp/main.c
593
sleep(retry_connect);
usr.bin/kdump/kdump.c
426
(void)sleep(1);
usr.bin/ktruss/dump.c
338
(void)sleep(1);
usr.bin/leave/leave.c
157
sleep(secs - FIVEMIN);
usr.bin/leave/leave.c
165
sleep(secs - ONEMIN);
usr.bin/leave/leave.c
171
sleep((u_int)ONEMIN);
usr.bin/login/common.c
380
(void)sleep(5);
usr.bin/login/login.c
472
sleep((u_int)((cnt - login_backoff) * 5));
usr.bin/login/login_pam.c
402
sleep((u_int)((cnt - login_backoff) * 5));
usr.bin/mail/dotlock.c
176
(void)sleep((unsigned int)pollinterval);
usr.bin/nc/netcat.c
1154
sleep(iflag);
usr.bin/newsyslog/newsyslog.c
647
(void)sleep(10);
usr.bin/rlogin/rlogin.c
324
sleep(1);
usr.bin/scmdctl/uart.c
369
sleep(1);
usr.bin/scmdctl/uart.c
442
sleep(1);
usr.bin/systat/main.c
449
sleep(5);
usr.bin/tail/forward.c
241
(void) sleep(1);
usr.bin/telnet/sys_bsd.c
584
sleep(5);
usr.bin/tip/aculib/biz22.c
119
(void)sleep(2);
usr.bin/tip/aculib/biz31.c
119
(void)sleep(2);
usr.bin/tip/aculib/biz31.c
229
(void)sleep(1);
usr.bin/tip/aculib/biz31.c
236
(void)sleep(2);
usr.bin/tip/aculib/courier.c
112
(void)sleep(1);
usr.bin/tip/aculib/courier.c
267
(void)sleep(1);
usr.bin/tip/aculib/courier.c
283
(void)sleep(1);
usr.bin/tip/aculib/courier.c
285
(void)sleep(1);
usr.bin/tip/aculib/courier.c
291
(void)sleep(1);
usr.bin/tip/aculib/courier.c
84
(void)sleep(1);
usr.bin/tip/aculib/df.c
106
(void)sleep(1);
usr.bin/tip/aculib/df.c
125
(void)sleep(1);
usr.bin/tip/aculib/dn11.c
131
(void)sleep(2);
usr.bin/tip/aculib/dn11.c
141
(void)sleep(2);
usr.bin/tip/aculib/dn11.c
81
(void)sleep(2);
usr.bin/tip/aculib/hayes.c
130
(void)sleep(1);
usr.bin/tip/aculib/hayes.c
238
(void)sleep(1);
usr.bin/tip/aculib/hayes.c
250
(void)sleep(1);
usr.bin/tip/aculib/hayes.c
259
(void)sleep(1);
usr.bin/tip/aculib/hayes.c
282
(void)sleep(1);
usr.bin/tip/aculib/t3000.c
108
(void)sleep(1);
usr.bin/tip/aculib/t3000.c
275
(void)sleep(2);
usr.bin/tip/aculib/t3000.c
294
(void)sleep(1);
usr.bin/tip/aculib/t3000.c
296
(void)sleep(1);
usr.bin/tip/aculib/t3000.c
302
(void)sleep(1);
usr.bin/tip/aculib/t3000.c
81
(void)sleep(1);
usr.bin/tip/aculib/v3451.c
133
(void)sleep((unsigned)delay);
usr.bin/tip/aculib/v3451.c
77
(void)sleep(1);
usr.bin/tip/aculib/v831.c
133
(void)sleep(2);
usr.bin/tip/aculib/v831.c
155
(void)sleep(2);
usr.bin/tip/aculib/v831.c
220
(void)sleep(1);
usr.bin/tip/aculib/v831.c
85
(void)sleep(2);
usr.bin/tip/aculib/ventel.c
220
(void)sleep(1);
usr.bin/tip/aculib/ventel.c
231
(void)sleep(2);
usr.bin/tip/aculib/ventel.c
242
(void)sleep(1);
usr.bin/tip/cmds.c
309
(void)sleep(5); /* wait for remote stty to take effect */
usr.bin/tip/cmds.c
664
(void)sleep(5);
usr.bin/tip/cmds.c
830
(void)sleep(1);
usr.bin/tip/tip.c
428
(void)sleep(1);
usr.bin/tset/set.c
236
(void)sleep(1); /* Settle the terminal. */
usr.sbin/altq/altqstat/qdisc_blue.c
92
sleep(interval);
usr.sbin/altq/altqstat/qdisc_wfq.c
92
sleep(2); /* wait a bit before clearing the screen */
usr.sbin/apm/apm.c
254
sleep(1);
usr.sbin/apmd/apmd.c
274
sleep(1);
usr.sbin/apmd/apmd.c
286
sleep(1);
usr.sbin/btattach/btattach.c
623
sleep(bauds[i] < 9600 ? 3 : 1);
usr.sbin/btattach/init_bcm43xx.c
125
sleep(1);
usr.sbin/btattach/init_bcm43xx.c
139
sleep(4);
usr.sbin/cnwctl/cnwctl.c
243
sleep (rate);
usr.sbin/cnwctl/cnwctl.c
268
sleep (rate);
usr.sbin/edquota/edquota.c
1108
sleep(3);
usr.sbin/edquota/edquota.c
156
sleep(1);
usr.sbin/edquota/edquota.c
368
sleep(3);
usr.sbin/edquota/edquota.c
743
sleep(1);
usr.sbin/envstat/envstat.c
349
(void)sleep(interval);
usr.sbin/inetd/inetd.c
501
sleep(1);
usr.sbin/intrctl/intrctl.c
274
sleep(seconds);
usr.sbin/lpr/common_source/common.c
192
sleep(timo);
usr.sbin/lpr/common_source/rmjob.c
174
sleep((size_t)i);
usr.sbin/lpr/lpd/lpd.c
356
sleep(10);
usr.sbin/lpr/lpd/printjob.c
1211
sleep((unsigned)(i*i));
usr.sbin/lpr/lpd/printjob.c
1430
sleep(i);
usr.sbin/lpr/lpd/printjob.c
1456
sleep(i);
usr.sbin/lpr/lpd/printjob.c
1491
sleep(i);
usr.sbin/lpr/lpd/printjob.c
942
sleep(5 * 60);
usr.sbin/mmcformat/mmcformat.c
107
sleep(10);
usr.sbin/mmcformat/mmcformat.c
144
sleep(1);
usr.sbin/mtrace/mtrace.c
1607
sleep((unsigned)waittime);
usr.sbin/ndp/ndp.c
653
(void)sleep(repeat);
usr.sbin/puffs/mount_psshfs/psshfs.c
414
sleep(nretry);
usr.sbin/rpc.pcnfsd/common.h
179
sleep (10); exit(1);}}
usr.sbin/rpcbind/rpcb_svc_com.c
1127
sleep(1);
usr.sbin/sesd/srcs/chpmon.c
125
sleep(delay);
usr.sbin/sesd/srcs/sesd.c
162
sleep(polltime);
usr.sbin/sysinst/run.c
701
sleep(1);
usr.sbin/sysinst/util.c
1446
sleep(1);
usr.sbin/sysinst/util.c
1567
sleep(1);
usr.sbin/tcpdchk/percent_x.c
78
sleep(5);
usr.sbin/trpt/trpt.c
346
sleep(1);
usr.sbin/wiconfig/wiconfig.c
203
sleep(1);
usr.sbin/wsmoused/wsmoused.c
258
sleep(secs);