Searched refs:setjmp (Results 101 - 125 of 135) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/os-Linux/skas/
H A Dprocess.c657 n = setjmp(initial_jmpbuf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/examples/
H A Dgzlog.c247 #include <setjmp.h> /* longjmp */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dmacos.c35 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_jpeg.c43 #include <setjmp.h>
78 * in place of plain setjmp. These macros will make it easier.
80 #define SETJMP(jbuf) setjmp(jbuf)
167 * We use setjmp/longjmp to return control to libtiff
206 * primarily to limit side-effects from using setjmp.
H A Dtif_ojpeg.c129 #include <setjmp.h>
145 instead of "setjmp()". These macros make it easier:
147 #define SETJMP(jbuf)setjmp(jbuf)
322 subroutines in the JPEG Library. Our basic strategy is to use "setjmp()"/
350 mainly in limit the side effects of "setjmp()" and convert JPEG normal/error
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.c71 #include <setjmp.h>
2062 # define SETJMP(env) setjmp (env)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dmetadata.c32 #include <setjmp.h>
614 if( setjmp(setjmp_buffer) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/misc/
H A Darpd.c545 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpng/libpng-1.2.50/contrib/gregbook/
H A Drpng2-win.c94 #include <setjmp.h> /* for jmpbuf declaration in readpng2.h */
H A Drpng2-x.c105 #include <setjmp.h> /* for jmpbuf declaration in readpng2.h */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/vis/
H A Dbmed.c1172 if (setjmp(gHostWinJmp) == 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/server/
H A Dtftpd.c80 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c85 #include <setjmp.h>
H A Dmain.c83 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dintrface.cpp576 int error = setjmp(dll_error_return);
578 // If setjmp() returns 0, then we just set our jump marker and we can
579 // continue with the operation. If setjmp() returned something else,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtty.c37 #include <setjmp.h>
H A Dmain.c34 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dmain.c34 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/include/
H A Dlibbb.h22 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/vtysh/
H A Dvtysh.c25 #include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/ncftp/
H A Dcmds.c1818 sj = setjmp(gCancelJmp);
2020 sj = setjmp(gCancelJmp);
2938 sj = setjmp(gCancelJmp);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c58 #include <setjmp.h>
1991 if (setjmp(jmploc.loc))
4892 err = setjmp(jmploc.loc) * 2;
7816 e = setjmp(jmploc.loc);
8380 i = setjmp(jmploc.loc);
10305 if (setjmp(jmploc.loc)) {
12560 if (setjmp(loc.loc)) {
12721 * commands. The setjmp call sets up the location to jump to when an
12741 if (setjmp(jmploc.loc)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpbatch.c1461 sj = setjmp(gCancelJmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dfileio.c69 # include <setjmp.h>
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c2606 if (setjmp(listingbuf))

Completed in 252 milliseconds

123456