Searched refs:longjmp (Results 51 - 68 of 68) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dimage_utils.c199 longjmp(setjmp_buffer, 1);
H A Dmetadata.c489 longjmp(setjmp_buffer, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/libncftp/
H A Dftp.c129 longjmp(gCancelConnectJmp, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/vis/
H A Dbmed.c1094 longjmp(gHostWinJmp, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dldo.c47 ** longjmp/setjmp otherwise.
66 #define LUAI_THROW(L,c) longjmp((c)->b, 1)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dvi.c2131 longjmp(restart, sig);
3031 longjmp(restart, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_jpeg.c81 #define LONGJMP(jbuf,code) longjmp(jbuf,code)
167 * We use setjmp/longjmp to return control to libtiff
H A Dtif_ojpeg.c148 #define LONGJMP(jbuf,code)longjmp(jbuf,code)
323 "longjmp()" in order to return control to the TIFF Library when the JPEG
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Dutils.c2078 longjmp (run_with_timeout_env, -1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sh_util/
H A Dncftpbatch.c431 longjmp(gCancelJmp, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dfileio.c636 longjmp(dll_error_return, 1);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/util-linux/
H A Dfdisk.c583 longjmp(listingbuf, 1);
2750 variable `k' might be clobbered by `longjmp' */
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/shell/
H A Dash.c208 * just do a longjmp to the exception handler. The type of exception is
221 longjmp(exception_handler->loc, 1);
4899 longjmp(exception_handler->loc, 1);
8347 longjmp(exception_handler->loc, 1);
9879 /* Avoid longjmp clobbering */
10310 longjmp(exception_handler->loc, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dzip.c435 longjmp(zipdll_error_return, c);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dgencode.c159 longjmp(top_ctx, 1);
187 * As errors are handled by a longjmp, anything allocated must be freed
188 * in the longjmp handler, so it must be reachable from that handler.
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dmksquashfs.c796 longjmp(env, 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/
H A Dconfigure12928 for ac_func in access alloca atexit atoi atol chmod chown clock_getcpuclockid clock_getres clock_gettime ctime difftime fstat getenv getpagesize getrusage gettimeofday gmtime isatty localtime longjmp lstat memcmp memcpy memmove memset mkdir mktime mmap mprotect munmap qsort raise rmdir setjmp signal snprintf strcasecmp strchr strdup strerror strftime stricmp strncasecmp strnicmp strrchr strstr time umask utime vsnprintf
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c12266 longjmp(e2fsck_global_ctx->abort_loc, 1);

Completed in 272 milliseconds

123