Searched refs:setjmp (Results 1 - 25 of 35) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/xmon/
H A DMakefile12 obj-y += xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o
H A Dxmon.c37 #define setjmp xmon_setjmp macro
108 extern int setjmp(u_int *);
832 if( setjmp(bus_error_jmp) == 0 ) {
1052 if( setjmp(bus_error_jmp) == 0 ){
1082 if( setjmp(bus_error_jmp) == 0 ){
1698 if( setjmp(bus_error_jmp) == 0 ) {
1757 if( setjmp(bus_error_jmp) == 0 ) {
1803 if( setjmp(bus_error_jmp) == 0 ) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/xmon/
H A DMakefile7 obj-y := start.o xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o
H A Dxmon.c48 #define setjmp xmon_setjmp macro
139 extern int setjmp(u_int *);
1439 if( setjmp(bus_error_jmp) == 0 ){
1469 if( setjmp(bus_error_jmp) == 0 ){
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dlogread.c35 #include <setjmp.h>
93 if (setjmp(jmp_env)) goto output_end;
H A Dcp_mv.c33 #include <setjmp.h>
302 status = setjmp(catch);
H A Dmsh.c30 #include <setjmp.h>
901 setjmp(failpt = m1); /* Bruce Evans' fix */
902 if (setjmp(failpt = m1) || yyparse() || intr) {
2403 while (setjmp(bc.brkpt))
2416 while (setjmp(bc.brkpt))
2920 if (newenv(setjmp(errpt = ev)) == 0) {
2926 if (setjmp(failpt = rt) == 0 && yyparse() == 0)
3082 if (setjmp(failpt = ex) == 0)
3475 if (newenv(setjmp(errpt = ev)) == 0) {
3554 if (newenv(setjmp(errp
[all...]
/asus-wl-520gu-7.0.1.45/src/router/jpeg-6b/
H A Dexample.c29 * <setjmp.h> is used for the optional error recovery mechanism shown in
33 #include <setjmp.h>
239 * We use C's setjmp/longjmp facility to return control. This means that the
240 * routine which calls the JPEG library must first execute a setjmp() call to
242 * longjmp(). But we need to make the setjmp buffer accessible to the
272 /* Return control to the setjmp point */
301 * so that the setjmp() error recovery below can assume the file is open.
316 /* Establish the setjmp return context for my_error_exit to use. */
317 if (setjmp(jerr.setjmp_buffer)) {
396 * so as to simplify the setjmp erro
[all...]
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/include/
H A Dutilities.h15 #include <setjmp.h>
25 # define Set_timeout() (setjmp(Timeout_env)==0)
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/ss/
H A Dlisten.c21 #include <setjmp.h>
68 setjmp(listen_jmpb);
H A Dlist_rqs.c15 #include <setjmp.h>
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A De2fsck.c194 if (setjmp(ctx->abort_loc)) {
H A De2fsck.h26 #include <setjmp.h>
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/sn/
H A Dioerror_handling.h279 code = setjmp(*error_env);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/sn/
H A Dioerror_handling.h279 code = setjmp(*error_env);
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/upnp/src/inc/
H A Dssdplib.h37 #include <setjmp.h>
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Detherboot.h501 extern int setjmp P((void *jmpbuf));
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/plugins/pptp/
H A Dpptp_callmgr.c19 #include <setjmp.h>
/asus-wl-520gu-7.0.1.45/src/router/pptp-client/
H A Dpptp.c34 #include <setjmp.h>
150 /* TODO: redesign to avoid longjmp/setjmp. Several variables here
152 Remove the volatile qualifiers if longjmp/setjmp are removed.
H A Dpptp_callmgr.c19 #include <setjmp.h>
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dbadblocks.c47 #include <setjmp.h>
609 if (setjmp(terminate_env)) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/squashfs/
H A Dmksquashfs.c39 #include <setjmp.h>
1769 if(setjmp(env))
/asus-wl-520gu-7.0.1.45/src/router/fdisk/
H A Dfdiskbsdlabel.c51 #include <setjmp.h>
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppd/
H A Dtty.c37 #include <setjmp.h>
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dmain.c34 #include <setjmp.h>

Completed in 141 milliseconds

12