Searched refs:jmpbuf (Results 1 - 8 of 8) sorted by last modified time

/freebsd-11-stable/sbin/fsck_ffs/
H A Dsuj.c151 static jmp_buf jmpbuf; variable
189 longjmp(jmpbuf, -1);
2695 retval = setjmp(jmpbuf);
/freebsd-11-stable/usr.bin/tip/tip/
H A Dacu.c49 static jmp_buf jmpbuf; variable
86 if (setjmp(jmpbuf)) {
182 longjmp(jmpbuf, 1);
/freebsd-11-stable/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c103 static jmp_buf jmpbuf; variable
697 while (0 == (jmpretval = setjmp(jmpbuf))) {
742 longjmp(jmpbuf, signo);
/freebsd-11-stable/crypto/heimdal/kadmin/
H A Dutil.c571 static jmp_buf jmpbuf; variable
576 longjmp(jmpbuf, 1);
586 if(setjmp(jmpbuf)) {
/freebsd-11-stable/contrib/opie/libopie/
H A Dreadpass.c67 static jmp_buf jmpbuf; variable
71 longjmp(jmpbuf, 1);
95 if (setjmp(jmpbuf))
/freebsd-11-stable/sbin/dump/
H A Dtape.c115 static jmp_buf jmpbuf; /* where to jump to if we are ready when the */ variable
690 longjmp(jmpbuf, 1);
796 if (setjmp(jmpbuf) == 0) {
/freebsd-11-stable/usr.bin/tip/libacu/
H A Ddn11.c48 static jmp_buf jmpbuf; variable
69 if (setjmp(jmpbuf)) {
122 longjmp(jmpbuf, 1);
H A Dv831.c49 static jmp_buf jmpbuf; variable
75 if (setjmp(jmpbuf)) {
125 longjmp(jmpbuf, 1);

Completed in 121 milliseconds