Searched refs:sigfpe_exit (Results 1 - 3 of 3) 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.c39 sigjmp_buf sigfpe_exit; variable
43 /* Additional information that is set before sigfpe_exit is invoked. */
52 siglongjmp (sigfpe_exit, 1);
62 siglongjmp (sigfpe_exit, 1);
H A Dplural-eval.h50 extern sigjmp_buf sigfpe_exit;
53 /* Additional information that is set before sigfpe_exit is invoked. */
H A Dmsgl-check.c76 if (sigsetjmp (sigfpe_exit, 1) == 0)

Completed in 94 milliseconds