Searched refs:errcode (Results 1 - 25 of 83) sorted by relevance

1234

/macosx-10.10/text_cmds-88/sed/
H A Dmisc.c59 strregerror(int errcode, regex_t *preg) argument
66 s = regerror(errcode, preg, NULL, 0);
69 (void)regerror(errcode, preg, oe, s);
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A Dregerror.c84 llvm_regerror(int errcode, const llvm_regex_t *preg, char *errbuf, size_t errbuf_size) argument
88 int target = errcode &~ REG_ITOA;
92 if (errcode == REG_ATOI)
99 if (errcode&REG_ITOA) {
/macosx-10.10/Libc-1044.1.2/regex/FreeBSD/
H A Dregerror.c115 regerror(int errcode, argument
122 int target = errcode &~ REG_ITOA;
126 if (errcode == REG_ATOI)
133 if (errcode&REG_ITOA) {
/macosx-10.10/cups-408/cups/vcnet/regex/
H A Dregerror.c65 int errcode,
72 register int target = errcode &~ REG_ITOA;
76 if (errcode == REG_ATOI)
83 if (errcode&REG_ITOA) {
64 regerror( int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) argument
/macosx-10.10/rsync-45/rsync/
H A Dt_stub.c42 void rsyserr(UNUSED(enum logcode code), int errcode, const char *format, ...) variable
49 fprintf(stderr, ": %s (%d)\n", strerror(errcode), errcode);
/macosx-10.10/Security-57031.1.35/securityd/src/
H A Dccaudit_extensions.h85 virtual void logFailure(const char *errMsg = NULL, int errcode = errAuthorizationDenied);
86 virtual void logFailure(string &errMsg, int errcode = errAuthorizationDenied) { logFailure(errMsg.c_str(), errcode); }
242 void logAuthorizationResult(const char *client, const char *authCreator, int errcode);
244 virtual void logFailure(const char *errMsg, int errcode) { AuditLogger::logFailure(errMsg, errcode); } argument
/macosx-10.10/apache-793/httpd/server/
H A Dutil_pcre.c70 AP_DECLARE(apr_size_t) ap_regerror(int errcode, const ap_regex_t *preg,
76 message = (errcode >= (int)(sizeof(pstring) / sizeof(char *))) ?
77 "unknown error code" : pstring[errcode];
127 int errcode = 0; local
138 pcre_compile2(pattern, options, &errcode, &errorptr, &erroffset, NULL);
146 if (errcode == 21)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_m.c770 PRErrorCode errcode = PR_GetError(); local
773 ctx->tc_pin_file, errcode,
774 PR_ErrorToString( errcode, PR_LANGUAGE_I_DEFAULT ) );
780 PRErrorCode errcode = PR_GetError(); local
783 ctx->tc_pin_file, errcode,
784 PR_ErrorToString( errcode, PR_LANGUAGE_I_DEFAULT ) );
790 PRErrorCode errcode = PR_GetError(); local
793 ctx->tc_pin_file, errcode,
794 PR_ErrorToString( errcode, PR_LANGUAGE_I_DEFAULT ) );
800 PRErrorCode errcode local
1000 PRErrorCode errcode = PR_GetError(); local
1091 PRErrorCode errcode = PR_GetError(); local
1212 PRErrorCode errcode = PR_GetError(); local
1264 PRErrorCode errcode = PR_GetError(); local
1288 PRErrorCode errcode = PR_GetError(); local
1318 PRErrorCode errcode = PR_GetError(); local
1343 PRErrorCode errcode = PR_GetError(); local
1357 PRErrorCode errcode = PR_GetError(); local
1384 PRErrorCode errcode = PR_SUCCESS; local
1545 PRErrorCode errcode = 1; local
1776 PRErrorCode errcode = PR_GetError(); local
1812 PRErrorCode errcode = PR_GetError(); local
1823 PRErrorCode errcode = PR_GetError(); local
1871 PRErrorCode errcode = PR_GetError(); local
2029 PRErrorCode errcode = PR_GetError(); local
[all...]
H A Derror.c246 ber_int_t errcode = LDAP_SUCCESS; local
282 errcode = ld->ld_errno = LDAP_NO_RESULTS_RETURNED;
360 ld->ld_errno = errcode = LDAP_DECODING_ERROR;
371 if ( errcode == LDAP_SUCCESS ) {
396 return errcode;
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dapplication.cpp284 int errcode; local
296 errcode = EXIT_SUCCESS;
298 errcode = main();
310 errcode = EXIT_FAILURE;
318 errcode = EXIT_FAILURE;
327 errcode = EXIT_FAILURE;
335 errcode = EXIT_FAILURE;
337 return errcode;
/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/rs-ecc/
H A Drslib.c168 rsdecode (code, mesg, errcode)
171 int *errcode;
179 *errcode = 0;
194 we assume that something funny is going on, and so return with errcode 4,
195 else pass the number of errors back via errcode.
198 errnum (syn, &deter, errcode);
200 if (*errcode == 4)
206 error capacity, and return with the block uncorrected, and errcode 4.
209 switch (*errcode)
230 *errcode
[all...]
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dubidiimp.h394 #define RETURN_IF_NOT_VALID_PARA(bidi, errcode, retvalue) \
396 errcode=U_INVALID_STATE_ERROR; \
399 #define RETURN_IF_NOT_VALID_PARA_OR_LINE(bidi, errcode, retvalue) \
401 errcode=U_INVALID_STATE_ERROR; \
404 #define RETURN_IF_BAD_RANGE(arg, start, limit, errcode, retvalue) \
406 (errcode)=U_ILLEGAL_ARGUMENT_ERROR; \
412 #define RETURN_VOID_IF_NOT_VALID_PARA(bidi, errcode) \
414 errcode=U_INVALID_STATE_ERROR; \
417 #define RETURN_VOID_IF_NOT_VALID_PARA_OR_LINE(bidi, errcode) \
419 errcode
[all...]
/macosx-10.10/mDNSResponder-561.1.1/mDNSPosix/
H A Dnss_mdns.c852 DNSServiceErrorType errcode; local
886 errcode =
898 if (errcode)
902 errcode
940 DNSServiceErrorType errcode; local
961 errcode =
973 if (errcode)
977 errcode
1807 int errcode = -1; local
1833 errcode
1868 int errcode = init_config (); local
1907 int errcode; local
1956 int errcode = add_domain (conf, word); local
2062 int errcode = local
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_lib.c237 int errcode; local
254 errcode = X509V3_R_EXTENSION_EXISTS;
268 errcode = X509V3_R_EXTENSION_NOT_FOUND;
299 X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode);
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dlib_termcap.c81 int errcode; local
88 _nc_setupterm((NCURSES_CONST char *) name, STDOUT_FILENO, &errcode, TRUE);
142 if (errcode == 1) {
177 returnCode(errcode);
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dregex.c32 # define regerror(errcode, preg, errbuf, errbuf_size) \
33 __regerror(errcode, preg, errbuf, errbuf_size)
/macosx-10.10/cups-408/cups/backend/
H A Dusb-libusb.c677 int errcode; /* Return value of libusb function */ local
681 errcode =
683 if (errcode >= 0)
701 if ((errcode = libusb_set_configuration(printer->handle,
704 if (errcode != LIBUSB_ERROR_BUSY)
706 errcode =
708 if (errcode < 0)
727 errcode = libusb_get_device_descriptor (printer->device, &devdesc);
728 if (errcode < 0)
748 if ((errcode
1397 errcode = 0; local
1974 errcode; /* Error code */ local
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Datf-run.cpp168 int errcode; local
170 errcode = run_test_directory(tp, w);
175 errcode = run_test_program(tp, w, effective_config);
177 return errcode;
315 int errcode = EXIT_SUCCESS; local
337 errcode = EXIT_FAILURE;
355 errcode = EXIT_FAILURE;
394 errcode = EXIT_FAILURE;
407 return errcode;
/macosx-10.10/apr-32/apr/apr/misc/unix/
H A Derrorcodes.c245 static char *apr_os_strerror(char *buf, apr_size_t bufsize, apr_status_t errcode) argument
254 errcode,
264 errcode,
282 if (gaErrorList[i].code == errcode) {
307 apr_snprintf(buf, bufsize, "Unrecognized Win32 error code %d", errcode);
/macosx-10.10/OpenSSH-189/openssh/openbsd-compat/
H A Dbsd-cray.c112 cray_login_failure(char *username, int errcode) argument
137 fsent.errcode = errcode;
157 int errcode; /* IA errorcode */ local
159 errcode = 0;
166 errcode = IA_DISABLED;
167 if (errcode)
168 cray_login_failure(username, errcode);
170 return (errcode);
397 fsent.errcode
[all...]
/macosx-10.10/bzip2-36/bzip2/
H A Dbzlib_private.h58 extern void BZ2_bz__AssertH__fail ( int errcode );
59 #define AssertH(cond,errcode) \
60 { if (!(cond)) BZ2_bz__AssertH__fail ( errcode ); }
88 extern void bz_internal_error ( int errcode );
89 #define AssertH(cond,errcode) \
90 { if (!(cond)) bz_internal_error ( errcode ); }
/macosx-10.10/CPANInternal-159.1/IO-SessionData-1.03/lib/IO/
H A DSessionData.pm217 # Object method: bail_out([$errcode])
223 my $errcode = shift; # save errorno
226 $! = $errcode; # restore errno
/macosx-10.10/apr-32/apr-util/apr-util/dbm/
H A Dapr_dbm.c255 APU_DECLARE(char *) apr_dbm_geterror(apr_dbm_t *dbm, int *errcode, argument
258 if (errcode != NULL)
259 *errcode = dbm->errcode;
/macosx-10.10/apr-32/apr-util/apr-util/include/
H A Dapr_dbm.h177 * @param errcode A DBM-specific value for the error (for logging). If this
183 APU_DECLARE(char *) apr_dbm_geterror(apr_dbm_t *dbm, int *errcode,
/macosx-10.10/apr-32/apr-util/apr-util/include/private/
H A Dapr_dbm_private.h102 int errcode; member in struct:apr_dbm_t

Completed in 442 milliseconds

1234