Home
last modified time | relevance | path

Searched refs:jmpbuf (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/tip/libacu/
H A Ddn11.c40 static jmp_buf jmpbuf; variable
61 if (setjmp(jmpbuf)) { in dn_dialer()
114 longjmp(jmpbuf, 1); in alarmtr()
H A Dv831.c41 static jmp_buf jmpbuf; variable
67 if (setjmp(jmpbuf)) { in v831_dialer()
117 longjmp(jmpbuf, 1); in alarmtr()
/freebsd/usr.bin/tip/tip/
H A Dacu.c41 static jmp_buf jmpbuf; variable
78 if (setjmp(jmpbuf)) { in con()
174 longjmp(jmpbuf, 1); in acuabort()
/freebsd/crypto/heimdal/kadmin/
H A Dutil.c571 static jmp_buf jmpbuf; variable
576 longjmp(jmpbuf, 1); in interrupt()
586 if(setjmp(jmpbuf)) { in get_response()
/freebsd/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c100 static jmp_buf jmpbuf; variable
694 while (0 == (jmpretval = setjmp(jmpbuf))) { in recv_loop_with_match()
739 longjmp(jmpbuf, signo); in signal_handler()
/freebsd/sbin/dump/
H A Dtape.c113 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()
/freebsd/sbin/fsck_ffs/
H A Dsuj.c126 static jmp_buf jmpbuf; variable
164 longjmp(jmpbuf, -1); in err_suj()
2399 retval = setjmp(jmpbuf); in suj_check()