Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/tip/libacu/
H A Ddn11.c48 static jmp_buf jmpbuf; variable
69 if (setjmp(jmpbuf)) { in dn_dialer()
122 longjmp(jmpbuf, 1); in alarmtr()
H A Dv831.c49 static jmp_buf jmpbuf; variable
75 if (setjmp(jmpbuf)) { in v831_dialer()
125 longjmp(jmpbuf, 1); in alarmtr()
/freebsd-14.2/usr.bin/tip/tip/
H A Dacu.c49 static jmp_buf jmpbuf; variable
86 if (setjmp(jmpbuf)) { in con()
182 longjmp(jmpbuf, 1); in acuabort()
/freebsd-14.2/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-14.2/tools/regression/netinet/ipmulticast/
H A Dipmulticast.c101 static jmp_buf jmpbuf; variable
695 while (0 == (jmpretval = setjmp(jmpbuf))) { in recv_loop_with_match()
740 longjmp(jmpbuf, signo); in signal_handler()
/freebsd-14.2/sbin/dump/
H A Dtape.c119 static jmp_buf jmpbuf; /* where to jump to if we are ready when the */ variable
695 longjmp(jmpbuf, 1); in proceed()
801 if (setjmp(jmpbuf) == 0) { in worker()
/freebsd-14.2/sbin/fsck_ffs/
H A Dsuj.c128 static jmp_buf jmpbuf; variable
166 longjmp(jmpbuf, -1); in err_suj()
2401 retval = setjmp(jmpbuf); in suj_check()