Searched refs:setjmp (Results 26 - 50 of 135) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dhostip.h31 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A Darmcap.c4 #include <setjmp.h>
H A Dppccap.c4 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/vtysh/
H A Dvtysh_main.c25 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/
H A Dexample.c128 /* Set error handling if you are using the setjmp/longjmp method (this is
133 if (setjmp(png_jmpbuf(png_ptr)))
432 if (setjmp(png_jmpbuf((*png_ptr))))
460 if (setjmp(png_jmpbuf((*png_ptr))))
600 if (setjmp(png_jmpbuf(png_ptr)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/blast/
H A Dblast.c29 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
398 if (setjmp(s.env) != 0) /* if came back here via longjmp(), */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/png/
H A Dexample.c121 /* Set error handling if you are using the setjmp/longjmp method (this is
126 if (setjmp(png_jmpbuf(png_ptr)))
422 if (setjmp(png_jmpbuf((*png_ptr))))
450 if (setjmp(png_jmpbuf((*png_ptr))))
592 if (setjmp(png_jmpbuf(png_ptr)))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/blast/
H A Dblast.c27 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
396 if (setjmp(s.env) != 0) /* if came back here via longjmp(), */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/blast/
H A Dblast.c27 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
396 if (setjmp(s.env) != 0) /* if came back here via longjmp(), */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dcrash.c37 #include <asm/setjmp.h>
426 if (setjmp(crash_shutdown_buf) == 0) {
H A Dmisc.S11 * setjmp/longjmp code by Paul Mackerras.
65 _GLOBAL(setjmp)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/blast/
H A Dblast.c27 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
396 if (setjmp(s.env) != 0) /* if came back here via longjmp(), */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/xmon/
H A Dxmon.c43 #include <asm/setjmp.h>
381 if (setjmp(recurse_jmp) != 0) {
491 if (setjmp(recurse_jmp) == 0) {
1268 if (setjmp(bus_error_jmp) == 0) {
1457 if (setjmp(bus_error_jmp) == 0) {
1519 if (setjmp(bus_error_jmp) == 0) {
1560 if (setjmp(bus_error_jmp) == 0) {
1596 if (setjmp(bus_error_jmp) == 0) {
1679 if (setjmp(bus_error_jmp) == 0) {
1716 if (setjmp(bus_error_jm
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagjpeg.cpp58 #include <setjmp.h>
173 /* Return control to the setjmp point */
244 /* Establish the setjmp return context for wx_error_exit to use. */
245 if (setjmp(jerr.setjmp_buffer)) {
386 /* Establish the setjmp return context for wx_error_exit to use. */
387 if (setjmp(jerr.setjmp_buffer))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtftpd.c63 #include <setjmp.h>
369 (void) setjmp(timeoutbuf);
435 (void) setjmp(timeoutbuf);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c241 if (setjmp(jbuf) == 0) {
244 } else { /* setjmp: connect failed... */
309 if (setjmp(jbuf) == 0) { /* do timeout for initial connect */
330 if (setjmp(jbuf) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dio_putmem.c65 sj = setjmp(gBrokenDataJmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwcecfg.h241 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A Dppccap.c4 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dvfork_daemon_rexec.c142 rc = setjmp(die_jmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Dreadpng2.c59 #include "png.h" /* libpng header; includes zlib.h and setjmp.h */
195 /* setjmp() must be called in every function that calls a PNG-reading
200 if (setjmp(mainprog_ptr->jmpbuf)) {
357 /* setjmp() must be called in every function that calls a PNG-reading
360 if (setjmp(mainprog_ptr->jmpbuf)) {
386 /* setjmp() doesn't make sense here, because we'd either have to exit(),
631 * setjmp() and longjmp() are called from the same code, they are
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/puff/
H A Dpuff.c82 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
815 if (setjmp(s.env) != 0) /* if came back here via longjmp() */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dread_pwd.c92 #include <setjmp.h>
282 if (setjmp(save))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/puff/
H A Dpuff.c81 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
812 if (setjmp(s.env) != 0) /* if came back here via longjmp() */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/des/
H A Dread_pwd.c95 #include <setjmp.h>
287 if (setjmp(save)) {

Completed in 191 milliseconds

123456