Searched refs:siglongjmp (Results 1 - 17 of 17) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dplural-eval.h36 # define siglongjmp longjmp macro
H A Dplural-eval.c52 siglongjmp (sigfpe_exit, 1);
62 siglongjmp (sigfpe_exit, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/vtysh/
H A Dvtysh_main.c61 /* For sigsetjmp() & siglongjmp(). */
64 /* Flag for avoid recursive siglongjmp() call. */
85 /* Check jmpflag for duplicate siglongjmp(). */
92 siglongjmp (jmpbuf, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppd/
H A Dmain.c1319 siglongjmp(sigjmp, 1);
1344 siglongjmp(sigjmp, 1);
1358 siglongjmp(sigjmp, 1);
1385 siglongjmp(sigjmp, 1);
1404 siglongjmp(sigjmp, 1);
1411 siglongjmp(sigjmp, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/pppd/
H A Dmain.c1514 siglongjmp(sigjmp, 1);
1539 siglongjmp(sigjmp, 1);
1553 siglongjmp(sigjmp, 1);
1580 siglongjmp(sigjmp, 1);
1600 siglongjmp(sigjmp, 1);
1606 siglongjmp(sigjmp, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pppoecd/
H A Dmain.c1121 siglongjmp(sigjmp, 1);
1141 siglongjmp(sigjmp, 1);
1155 siglongjmp(sigjmp, 1);
1190 siglongjmp(sigjmp, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dpptp.c117 siglongjmp(env, 1);
H A Dpptp_callmgr.c39 /* TODO: according to signal(2), siglongjmp() is unsafe used here */
40 siglongjmp (callmgr_env, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dhostip.c506 siglongjmp(curl_jmpenv, 1);
604 will generate a signal and we will siglongjmp() from that here.
610 /* this is coming from a siglongjmp() after an alarm signal */
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iproute2/misc/
H A Darpd.c553 siglongjmp(env, 1);
560 siglongjmp(env, 1);
568 siglongjmp(env, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pptp/
H A Dpptp_callmgr.c43 /* TODO: according to signal(2), siglongjmp() is unsafe used here */
44 siglongjmp (callmgr_env, 1);
H A Dpptp.c125 siglongjmp(env, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/flac-1.2.1/src/libFLAC/
H A Dcpu.c68 siglongjmp (jmpbuf, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/etc/afpd/
H A Dafp_dsi.c204 siglongjmp(recon_jmp, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/server/
H A Dtftpd.c357 siglongjmp(timeoutbuf, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/shell/
H A Dhush.c642 siglongjmp(toplevel_jb, 1);
671 debug_printf_jobs("siglongjmp in parent\n");
672 siglongjmp(toplevel_jb, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/wget-1.12/src/
H A Dutils.c1926 siglongjmp (run_with_timeout_env, -1);
1937 /* We don't have siglongjmp to preserve the set of blocked signals;
2018 to signal(). (It does use sigsetjmp/siglongjmp, but they're

Completed in 274 milliseconds