Searched refs:jmpbuf (Results 1 – 8 of 8) sorted by relevance
| /src/usr.bin/tip/libacu/ |
| H A D | dn11.c | 40 static jmp_buf jmpbuf; variable 61 if (setjmp(jmpbuf)) { in dn_dialer() 114 longjmp(jmpbuf, 1); in alarmtr()
|
| H A D | v831.c | 41 static jmp_buf jmpbuf; variable 67 if (setjmp(jmpbuf)) { in v831_dialer() 117 longjmp(jmpbuf, 1); in alarmtr()
|
| /src/usr.bin/tip/tip/ |
| H A D | acu.c | 41 static jmp_buf jmpbuf; variable 78 if (setjmp(jmpbuf)) { in con() 174 longjmp(jmpbuf, 1); in acuabort()
|
| /src/crypto/heimdal/kadmin/ |
| H A D | util.c | 571 static jmp_buf jmpbuf; variable 576 longjmp(jmpbuf, 1); in interrupt() 586 if(setjmp(jmpbuf)) { in get_response()
|
| /src/tools/regression/netinet/ipmulticast/ |
| H A D | ipmulticast.c | 100 static jmp_buf jmpbuf; variable 694 while (0 == (jmpretval = setjmp(jmpbuf))) { in recv_loop_with_match() 739 longjmp(jmpbuf, signo); in signal_handler()
|
| /src/sbin/dump/ |
| H A D | tape.c | 113 static jmp_buf jmpbuf; /* where to jump to if we are ready when the */ variable 689 longjmp(jmpbuf, 1); in proceed() 795 if (setjmp(jmpbuf) == 0) { in worker()
|
| /src/sbin/fsck_ffs/ |
| H A D | suj.c | 126 static jmp_buf jmpbuf; variable 164 longjmp(jmpbuf, -1); in err_suj() 2399 retval = setjmp(jmpbuf); in suj_check()
|
| /src/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 12508 jmp_buf jmpbuf; member 12534 longjmp(sort_info->jmpbuf, JIM_ERR); in ListSortIndexHelper() 12593 longjmp(sort_info->jmpbuf, JIM_ERR); in ListSortInteger() 12605 longjmp(sort_info->jmpbuf, JIM_ERR); in ListSortReal() 12631 longjmp(sort_info->jmpbuf, rc); in ListSortCommand() 12716 if ((rc = setjmp(info->jmpbuf)) == 0) { in ListSortElements()
|