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

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dplural-eval.h29 #include <setjmp.h>
31 /* Some platforms don't have the sigjmp_buf type in <setjmp.h>. */
35 # define sigsetjmp(env,savesigs) setjmp (env)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/include/
H A Dlongjmp.h7 extern int setjmp(jmp_buf);
18 n = setjmp(*buf); \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-i386/
H A Dsetjmp.S2 # arch/i386/setjmp.S
4 # setjmp/longjmp for the i386 architecture
19 .globl setjmp
20 .type setjmp, @function
21 setjmp: label
38 .size setjmp,.-setjmp
H A DMakefile2 ptrace_user.o setjmp.o signal.o sigcontext.o syscalls.o sysrq.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dsetjmp.S2 # arch/x86_64/setjmp.S
4 # setjmp/longjmp for the x86-64 architecture
21 .globl setjmp
22 .type setjmp, @function
23 setjmp: label
37 .size setjmp,.-setjmp
H A DMakefile8 setjmp.o sigcontext.o signal.o syscalls.o syscall_table.o sysrq.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A DMakefile8 obj-y += xmon.o ppc-dis.o ppc-opc.o subr_prf.o setjmp.o
H A Dxmon.c36 #define setjmp xmon_setjmp macro
108 extern int setjmp(u_int *);
186 if (setjmp(bus_error_jmp) == 0) {
1084 if( setjmp(bus_error_jmp) == 0 ){
1114 if( setjmp(bus_error_jmp) == 0 ){
1563 if (setjmp(bus_error_jmp) == 0) {
1650 if (setjmp(bus_error_jmp) == 0) {
1762 if (setjmp(bus_error_jmp) == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A DMakefile7 obj-y += xmon.o setjmp.o start.o nonstdio.o
H A Dxmon.c78 #define setjmp xmon_setjmp macro
161 extern long setjmp(long *);
360 if (setjmp(recurse_jmp) != 0) {
470 if (setjmp(recurse_jmp) == 0) {
1219 if (setjmp(bus_error_jmp) == 0) {
1409 if (setjmp(bus_error_jmp) == 0) {
1471 if (setjmp(bus_error_jmp) == 0) {
1512 if (setjmp(bus_error_jmp) == 0) {
1548 if (setjmp(bus_error_jmp) == 0) {
1640 if (setjmp(bus_error_jm
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/expat-2.0.1/tests/
H A Dminicheck.c10 #include <setjmp.h>
125 if (setjmp(env)) {
132 if (setjmp(env)) {
140 if (setjmp(env)) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/jpeg-7/
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...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dkgdb_jmp.S3 ENTRY(setjmp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sh/
H A Dkgdb.h69 extern int setjmp(jmp_buf __jmpb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dhostip.h31 #include <setjmp.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/vtysh/
H A Dvtysh_main.c25 #include <setjmp.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dvfork_daemon_rexec.c142 rc = setjmp(die_jmp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/des/
H A Dread_pwd.c92 #include <setjmp.h>
282 if (setjmp(save))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/des/
H A Dread_pwd.c92 #include <setjmp.h>
282 if (setjmp(save))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/puff/
H A Dpuff.c66 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
762 if (setjmp(s.env) != 0) /* if came back here via longjmp() */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/puff/
H A Dpuff.c66 #include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */
762 if (setjmp(s.env) != 0) /* if came back here via longjmp() */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_bunzip2.c152 i = setjmp(bd->jmpbuf);
671 i = setjmp(bd->jmpbuf);

Completed in 262 milliseconds

123