Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.bin/tip/libacu/
HDdn11.c48 static jmp_buf jmpbuf; variable
69 if (setjmp(jmpbuf)) { in dn_dialer()
122 longjmp(jmpbuf, 1); in alarmtr()
HDv831.c49 static jmp_buf jmpbuf; variable
75 if (setjmp(jmpbuf)) { in v831_dialer()
125 longjmp(jmpbuf, 1); in alarmtr()
/freebsd-13-stable/usr.bin/tip/tip/
HDacu.c49 static jmp_buf jmpbuf; variable
86 if (setjmp(jmpbuf)) { in con()
182 longjmp(jmpbuf, 1); in acuabort()
/freebsd-13-stable/contrib/opie/libopie/
HDreadpass.c67 static jmp_buf jmpbuf; variable
71 longjmp(jmpbuf, 1);
95 if (setjmp(jmpbuf))
/freebsd-13-stable/crypto/heimdal/kadmin/
HDutil.c571 static jmp_buf jmpbuf; variable
576 longjmp(jmpbuf, 1); in interrupt()
586 if(setjmp(jmpbuf)) { in get_response()
/freebsd-13-stable/tools/regression/netinet/ipmulticast/
HDipmulticast.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-13-stable/sbin/dump/
HDtape.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-13-stable/sbin/fsck_ffs/
HDsuj.c126 static jmp_buf jmpbuf; variable
164 longjmp(jmpbuf, -1); in err_suj()
2399 retval = setjmp(jmpbuf); in suj_check()