Searched refs:error_exit (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dvolume.c244 goto error_exit;
255 goto error_exit;
259 goto error_exit;
263 goto error_exit;
284 goto error_exit;
308 goto error_exit;
341 goto error_exit;
378 goto error_exit;
383 error_exit:
423 goto error_exit;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dlogread.c32 static void error_exit(const char *str) ATTRIBUTE_NORETURN;
33 static void error_exit(const char *str) function
46 error_exit("semop[SMrup]");
75 error_exit("can't get access to semaphores for syslogd buffer");
95 error_exit("semop[SMrdn]");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/jpeg/
H A Djerror.c70 error_exit (j_common_ptr cinfo) function
233 err->error_exit = error_exit;
H A Djerror.h207 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
211 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
216 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
222 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
229 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
233 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
H A Djpeglib.h645 JMETHOD(void, error_exit, (j_common_ptr cinfo));
744 * NB: alloc routines never return NULL. They exit to error_exit if not
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/jpeg-7/
H A Djerror.c70 error_exit (j_common_ptr cinfo) function
233 err->error_exit = error_exit;
H A Djerror.h211 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
215 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
220 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
226 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
233 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
242 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
246 (*(cinfo)->err->error_exit) ((j_common_ptr) (cinfo)))
H A Dexample.c235 * Our example here shows how to override the "error_exit" method so that
237 * rather than calling exit() as the standard error_exit method does.
241 * establish the return point. We want the replacement error_exit to do a
243 * error_exit routine. To do this, we make a private extension of the
259 * Here's the routine that will replace the standard error_exit method:
313 /* We set up the normal JPEG error routines, then override error_exit. */
315 jerr.pub.error_exit = my_error_exit;
H A Dckconfig.c106 int (*error_exit) (char *msgtext); member in struct:methods_struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/acpica/
H A Devgpeblk.c234 goto error_exit;
290 goto error_exit;
297 goto error_exit;
305 error_exit:
H A Dnsinit.c162 goto error_exit;
171 goto error_exit;
207 goto error_exit;
217 error_exit:
H A Dutmisc.c752 goto error_exit;
781 goto error_exit;
820 goto error_exit;
841 goto error_exit;
851 goto error_exit;
872 error_exit:
H A Dutdelete.c529 goto error_exit;
554 goto error_exit;
568 goto error_exit;
611 error_exit:
H A Dnsxfname.c569 goto error_exit;
583 goto error_exit;
590 goto error_exit;
631 error_exit:
H A Dutcopy.c503 goto error_exit;
518 goto error_exit;
554 error_exit:
859 goto error_exit;
899 error_exit:
H A Ddswexec.c226 goto error_exit;
245 goto error_exit;
337 error_exit:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/lib/
H A Dsecdesc.c220 goto error_exit;
223 goto error_exit;
226 goto error_exit;
229 goto error_exit;
259 error_exit:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-match-backtrack.c260 goto error_exit;
279 goto error_exit;
288 goto error_exit;
297 goto error_exit;
654 error_exit:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_srvsvc_nt.c1984 goto error_exit;
1990 goto error_exit;
1999 goto error_exit;
2006 goto error_exit;
2024 goto error_exit;
2033 goto error_exit;
2049 error_exit:
2100 goto error_exit;
2106 goto error_exit;
2115 goto error_exit;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/printing/
H A Dnt_printing.c1042 goto error_exit;
1085 goto error_exit;
1092 goto error_exit;
1098 goto error_exit;
1104 goto error_exit;
1116 goto error_exit;
1122 goto error_exit;
1129 goto error_exit;
1135 goto error_exit;
1139 goto error_exit;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dimagjpeg.cpp161 * Here's the routine that will replace the standard error_exit method:
239 jerr.pub.error_exit = wx_error_exit;
381 jerr.pub.error_exit = wx_error_exit;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dentry_64.S1023 jmp error_exit /* %ebx: no swapgs flag */
1077 jmp error_exit /* %ebx: no swapgs flag */
1246 jmp error_exit
1305 jmp error_exit
1454 ENTRY(error_exit)
1470 END(error_exit)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dcrypto.c66 do { msg (D_CRYPT_ERRORS, "%s: " format, error_prefix); goto error_exit; } while (false)
375 goto error_exit;
384 error_exit:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-hub.c997 goto error_exit;
1097 error_exit:
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dsuper.c879 goto error_exit;
890 goto error_exit;
915 goto error_exit;
924 error_exit:

Completed in 333 milliseconds

12