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

12

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dsuid_exec.c68 static void error_exit(const char*);
108 error_exit(badexec);
132 error_exit(badexec);
140 error_exit(badexec);
143 error_exit(badexec);
151 error_exit(badexec);
163 error_exit(badopen);
173 error_exit(badexec);
185 error_exit(badexec);
192 error_exit(badope
282 static void error_exit(const char *message) function
[all...]
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dmount_webdav.c70 goto error_exit;
88 goto error_exit;
110 goto error_exit;
135 goto error_exit;
158 error_exit:
H A Dwebdav_agent.c820 require_noerr_action_quiet(error, error_exit, usage());
826 require_action(realpath(argv[optind + 1], g_mountPoint) != NULL, error_exit, error = ENOENT); local
839 require_action_quiet(uri != NULL, error_exit, error = EINVAL);
872 goto error_exit;
914 require_noerr_action(error, error_exit, error = EINVAL);
951 require_noerr_action(error, error_exit, error = EINVAL);
968 require_noerr_action(error, error_exit, error = EINVAL);
971 require_noerr_action_quiet(error, error_exit, error = EINVAL);
980 require_noerr_action_quiet(error, error_exit, error = EINVAL);
992 require_noerr_action_quiet(error, error_exit, erro
1024 require_action(mktemp(un.sun_path) != NULL, error_exit, error = EINVAL); local
1028 require_action(bind(listen_socket, (struct sockaddr *)&un, (socklen_t)sizeof(un)) >= 0, error_exit, error = EINVAL); local
1032 require_action(chflags(un.sun_path, UF_IMMUTABLE) == 0, error_exit, error = EINVAL); local
1035 require_noerr_action(listen(listen_socket, WEBDAV_MAX_KEXT_CONNECTIONS), error_exit, error = EINVAL); local
1043 require_action(pipe(wakeupFDs) == 0, error_exit, wakeupFDs[0] = wakeupFDs[1] = -1; error = EINVAL); local
[all...]
H A Dwebdav_parse.c160 goto error_exit;
167 goto error_exit;
188 goto error_exit;
195 goto error_exit;
235 goto error_exit;
278 error_exit:
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dpex-common.c177 goto error_exit;
189 goto error_exit;
197 goto error_exit;
213 goto error_exit;
237 goto error_exit;
260 goto error_exit;
275 goto error_exit;
291 goto error_exit;
298 goto error_exit;
309 goto error_exit;
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
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
/macosx-10.10.1/msdosfs-209.1.1/msdosfs.kextproj/msdosfs.kmodproj/
H A Dmsdosfs_vfsops.c232 goto error_exit;
255 goto error_exit;
265 goto error_exit;
273 goto error_exit; /* msdosfs_mount cleaned up already */
288 error_exit:
367 bp = NULL; /* both used in error_exit */
378 goto error_exit;
402 goto error_exit;
441 goto error_exit;
447 goto error_exit;
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/letest/
H A DPortableFontInstance.cpp115 goto error_exit;
135 goto error_exit;
146 // goto error_exit;
153 // goto error_exit;
163 goto error_exit;
179 goto error_exit;
184 error_exit:
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/leperf/
H A DPortableFontInstance.cpp115 goto error_exit;
135 goto error_exit;
146 // goto error_exit;
153 // goto error_exit;
163 goto error_exit;
179 goto error_exit;
184 error_exit:
/macosx-10.10.1/ICU-531.30/icuSources/extra/uconv/
H A Duconv.cpp686 goto error_exit;
703 goto error_exit;
709 goto error_exit;
718 goto error_exit;
724 goto error_exit;
746 goto error_exit;
1034 goto error_exit;
1044 error_exit:
1358 goto error_exit;
1367 goto error_exit;
[all...]
/macosx-10.10.1/copyfile-118.1.2/
H A Dcopyfile.c338 goto error_exit;
349 goto error_exit;
352 goto error_exit;
356 goto error_exit;
360 goto error_exit;
364 goto error_exit;
368 goto error_exit;
372 goto error_exit;
376 goto error_exit;
380 goto error_exit;
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecItem.cpp844 goto error_exit; // unable to get the attribute info (i.e. database schema)
872 goto error_exit; // item must have an itemClass
893 goto error_exit; // item must have a keychain, so we can get the attribute info for it
898 goto error_exit; // unable to get the attribute info (i.e. database schema)
903 goto error_exit; // unable to get the attribute info (i.e. database schema)
1059 error_exit:
2073 goto error_exit; // identity must have a private key
2077 goto error_exit; // private key must have a keychain, so we can get the attribute info for it
2081 goto error_exit; // unable to get the attribute info (i.e. database schema) for private keys
2085 goto error_exit; // unabl
2800 require_action(dict && (CFDictionaryGetTypeID() == CFGetTypeID(dict)), error_exit, status = errSecParam); local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecItem.cpp844 goto error_exit; // unable to get the attribute info (i.e. database schema)
872 goto error_exit; // item must have an itemClass
893 goto error_exit; // item must have a keychain, so we can get the attribute info for it
898 goto error_exit; // unable to get the attribute info (i.e. database schema)
903 goto error_exit; // unable to get the attribute info (i.e. database schema)
1059 error_exit:
2073 goto error_exit; // identity must have a private key
2077 goto error_exit; // private key must have a keychain, so we can get the attribute info for it
2081 goto error_exit; // unable to get the attribute info (i.e. database schema) for private keys
2085 goto error_exit; // unabl
2800 require_action(dict && (CFDictionaryGetTypeID() == CFGetTypeID(dict)), error_exit, status = errSecParam); local
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecItem.cpp844 goto error_exit; // unable to get the attribute info (i.e. database schema)
872 goto error_exit; // item must have an itemClass
893 goto error_exit; // item must have a keychain, so we can get the attribute info for it
898 goto error_exit; // unable to get the attribute info (i.e. database schema)
903 goto error_exit; // unable to get the attribute info (i.e. database schema)
1059 error_exit:
2073 goto error_exit; // identity must have a private key
2077 goto error_exit; // private key must have a keychain, so we can get the attribute info for it
2081 goto error_exit; // unable to get the attribute info (i.e. database schema) for private keys
2085 goto error_exit; // unabl
2800 require_action(dict && (CFDictionaryGetTypeID() == CFGetTypeID(dict)), error_exit, status = errSecParam); local
[all...]
/macosx-10.10.1/xnu-2782.1.97/osfmk/kern/
H A Dkern_stackshot.c224 goto error_exit;
234 goto error_exit;
294 goto error_exit;
421 goto error_exit;
437 goto error_exit;
481 goto error_exit;
485 goto error_exit;
623 error_exit:
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsops.c1260 goto error_exit;
1265 goto error_exit;
1276 goto error_exit;
1286 goto error_exit;
1298 goto error_exit;
1309 goto error_exit;
1348 goto error_exit;
1356 goto error_exit;
1373 goto error_exit;
1381 goto error_exit;
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dkdebug.c2949 goto error_exit;
2957 goto error_exit;
2968 goto error_exit;
2975 goto error_exit;
2985 goto error_exit;
2992 goto error_exit;
3002 goto error_exit;
3008 goto error_exit;
3014 goto error_exit;
3019 goto error_exit;
[all...]
H A Dkern_aio.c1859 goto error_exit;
1889 goto error_exit;
1910 error_exit:
1950 goto error_exit;
1957 goto error_exit;
1971 error_exit:
2025 goto error_exit;
2034 goto error_exit;
2040 error_exit:
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/jpeg/
H A Djpeg.c163 jerror.pub.error_exit = my_error_exit;
405 /* We set up the normal JPEG error routines, then override error_exit. */
407 jerror.pub.error_exit = my_error_exit;
472 /* We set up the normal JPEG error routines, then override error_exit. */
474 jerror.pub.error_exit = my_error_exit;
687 /* We set up the normal JPEG error routines, then override error_exit. */
689 jerror.pub.error_exit = my_error_exit;
748 /* We set up the normal JPEG error routines, then override error_exit. */
750 jerror.pub.error_exit = my_error_exit;
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-match-backtrack.c290 goto error_exit;
537 if (ret != REG_OK) goto error_exit;
781 error_exit:
/macosx-10.10.1/tcl-105/tcl_ext/tclx/tclx/generic/
H A DtclXlist.c386 goto error_exit;
402 error_exit:
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/kc/
H A Dkc-51-testSecItemFind.c1244 goto error_exit;
1256 goto error_exit;
1268 goto error_exit;
1280 goto error_exit;
1294 goto error_exit;
1305 goto error_exit;
1315 goto error_exit;
1360 goto error_exit;
1406 goto error_exit;
1436 goto error_exit;
[all...]

Completed in 343 milliseconds

12