Symbol: setjmp
bin/sh/eval.c
1035
if (setjmp(jmploc.loc)) {
bin/sh/eval.c
1085
if (setjmp(jmploc.loc)) {
bin/sh/eval.c
463
if (setjmp(jmploc.loc)) {
bin/sh/eval.c
504
if (setjmp(jmploc.loc))
bin/sh/eval.c
668
if (setjmp(jmploc.loc)) {
bin/sh/histedit.c
238
if (setjmp(jmploc.loc)) {
bin/sh/jobs.c
1037
if (setjmp(jmploc.loc))
bin/sh/main.c
101
if (setjmp(main_handler.loc)) {
bin/sh/parser.c
1104
if (setjmp(jmploc.loc)) {
bin/sh/parser.c
2172
if (!setjmp(jmploc.loc)) {
bin/sh/trap.c
525
if (!setjmp(loc1.loc)) {
bin/sh/trap.c
538
if (!setjmp(loc2.loc)) {
bin/sh/var.c
209
if (setjmp(jmploc.loc))
games/boggle/boggle/bog.c
268
if (setjmp(env)) {
games/phantasia/fight.c
61
setjmp(Fightenv); /* this is to enable changing fight state */
games/phantasia/io.c
256
if (setjmp(Timeoenv) != 0) {
games/robots/play_level.c
63
setjmp(End_move);
games/sail/main.c
161
if ((i = setjmp(restart)) != 0)
games/tetris/screen.c
259
setjmp(scr_onstop);
games/trek/main.c
188
if (setjmp(env)) {
include/setjmp.h
46
int setjmp (jmp_buf) __returns_twice;
lib/libtelnet/read_password.c
85
if (setjmp(env))
libexec/getty/main.c
322
if (setjmp(timeout)) {
libexec/getty/main.c
510
if (setjmp(intrupt)) {
libexec/rpc.rusersd/rusers_proc.c
79
if (!setjmp (openAbort)) {
libexec/tftpd/tftpd.c
599
(void)setjmp(timeoutbuf);
libexec/tftpd/tftpd.c
674
(void) setjmp(timeoutbuf);
libexec/tftpd/tftpd.c
845
(void)setjmp(timeoutbuf);
sbin/dump/tape.c
773
if (setjmp(jmpbuf) == 0) {
sbin/restore/interactive.c
105
if (setjmp(reset) != 0) {
sbin/restore/tape.c
691
if (!gettingfile && setjmp(restart) != 0)
sbin/shutdown/shutdown.c
333
if (!setjmp(alarmbuf)) {
sbin/vinum/v.c
185
if (setjmp(command_fail) != 0) /* long jumped out */
sbin/vinum/v.c
194
if (setjmp(command_fail)) /* come back here on catastrophic failure */
sbin/vinum/v.c
201
if (setjmp(command_fail) == 2) /* come back here on catastrophic failure */
sys/cpu/x86_64/misc/x86_64-gdbstub.c
288
if (setjmp (db_jmpbuf))
sys/cpu/x86_64/misc/x86_64-gdbstub.c
301
if (setjmp (db_jmpbuf))
sys/ddb/db_command.c
467
setjmp(db_jmpbuf);
sys/ddb/db_trap.c
68
if (setjmp(db_jmpbuf) == 0)
sys/dev/raid/vinum/vinumio.c
690
error = setjmp(command_fail); /* come back here on error */
sys/dev/raid/vinum/vinumio.c
802
if (setjmp(command_fail) == 0) { /* come back here on error and continue */
sys/dev/raid/vinum/vinumioctl.c
106
error = setjmp(command_fail); /* come back here on error */
sys/platform/pc64/x86_64/db_interface.c
170
setjmp(db_global_jmpbuf);
sys/platform/vkernel64/x86_64/db_interface.c
167
setjmp(db_global_jmpbuf);
sys/sys/systm.h
160
int setjmp(struct _jmp_buf *) __returns_twice;
test/stress/fsx/fsx.c
570
if (setjmp(jmpbuf) == 0) {
test/stress/fsx/fsx.c
712
if (setjmp(jmpbuf) == 0) {
tools/regression/lib/libc-regex/testregex.c
1147
else if (!(eret = setjmp(state.gotcha)))
tools/regression/lib/libc-regex/testregex.c
1941
else if (!(cret = setjmp(state.gotcha)))
tools/regression/lib/libc-regex/testregex.c
1954
else if (!(cret = setjmp(state.gotcha)))
tools/regression/lib/libc-regex/testregex.c
1979
else if (!(cret = setjmp(state.gotcha)))
tools/regression/lib/libc-regex/testregex.c
2135
else if (!(eret = setjmp(state.gotcha)))
tools/regression/lib/libc-regex/testregex.c
2148
else if (!(eret = setjmp(state.gotcha)))
usr.bin/login/login.c
173
if (setjmp(timeout_buf)) {
usr.bin/mail/cmd1.c
285
if (setjmp(pipestop))
usr.bin/mail/collect.c
132
if (!setjmp(colljmp)) {
usr.bin/mail/collect.c
94
if (setjmp(collabort) || setjmp(colljmp)) {
usr.bin/mail/def.h
264
#define setexit() setjmp(srbuf)
usr.bin/mail/main.c
277
if (setjmp(hdrjmp) == 0) {
usr.bin/mail/tty.c
146
if (setjmp(rewrite))
usr.bin/mail/tty.c
79
if (setjmp(intjmp))
usr.bin/msgs/msgs.c
477
(void) setjmp(tstpbuf);
usr.bin/talk/invite.c
88
(void) setjmp(invitebuf);
usr.bin/telnet/commands.c
2418
if (setjmp(peerdied) == 0)
usr.bin/telnet/main.c
326
if (setjmp(toplevel) != 0)
usr.bin/telnet/main.c
333
(void)setjmp(toplevel);
usr.bin/tftp/main.c
150
if (setjmp(toplevel) != 0)
usr.bin/tftp/main.c
154
if (setjmp(toplevel) != 0)
usr.bin/tftp/tftp.c
125
(void) setjmp(timeoutbuf);
usr.bin/tftp/tftp.c
239
(void) setjmp(timeoutbuf);
usr.bin/tip/acu.c
78
if (setjmp(jmpbuf)) {
usr.bin/tip/cmds.c
191
(void) setjmp(intbuf);
usr.bin/tip/cmds.c
274
(void) setjmp(intbuf);
usr.bin/tip/hunt.c
76
if (setjmp(deadline) == 0) {
usr.bin/tip/tip.c
331
if (setjmp(promptbuf) == 0)
usr.bin/tip/tipout.c
126
(void) setjmp(sigbuf);
usr.bin/tip/unidialer.c
281
if (setjmp (timeoutbuf)) {
usr.bin/tip/unidialer.c
541
if (setjmp(timeoutbuf)) {
usr.bin/tip/unidialer.c
604
if (setjmp(timeoutbuf))
usr.bin/top/top.c
917
if (setjmp(jmp_int) != 0)
usr.bin/window/wwiomux.c
128
(void) setjmp(wwjmpbuf);
usr.sbin/moused/moused.c
780
if (setjmp(env) == 0) {
usr.sbin/pppctl/pppctl.c
188
result = setjmp(pppdead) ? NULL : el_gets(e, count);