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

1234

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/m32r/
H A Dtraps-linux.c258 m32rbf_h_gr_set (current_cpu, 2, s.errcode);
268 int result, result2, errcode;
301 errcode = 0;
311 errcode = errno;
316 errcode = errno;
321 errcode = errno;
326 errcode = errno;
331 errcode = errno;
337 errcode = errno;
342 errcode
267 int result, result2, errcode; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsyscall.c155 TWORD result = 0, errcode = 0; local
212 errcode = EINVAL;
221 errcode = EINVAL;
235 errcode = EINVAL;
244 errcode = EINVAL;
261 errcode = get_path (cb, sc, sc->arg1, &path);
262 if (errcode != 0)
311 errcode = EINVAL;
345 errcode = EINVAL;
386 errcode
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/lib/
H A Dregerror.c54 tre_regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) argument
60 if (errcode >= 0
61 && errcode < (int)(sizeof(tre_error_messages)
63 err = gettext(tre_error_messages[errcode]);
/netbsd-6-1-5-RELEASE/lib/libc/regex/
H A Dregerror.c163 int errcode,
170 int target = errcode &~ REG_ITOA;
174 _DIAGASSERT(errcode != REG_ATOI || preg != NULL);
177 if (errcode == REG_ATOI)
184 if (errcode & REG_ITOA) {
162 regerror( int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) argument
/netbsd-6-1-5-RELEASE/dist/nvi/regex/
H A Dregerror.c118 regerror(int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) argument
122 register int target = errcode &~ REG_ITOA;
126 if (errcode == REG_ATOI)
133 if (errcode&REG_ITOA) {
/netbsd-6-1-5-RELEASE/usr.bin/sed/
H A Dmisc.c128 strregerror(int errcode, regex_t *preg) argument
136 s = regerror(errcode, preg, buf, 0);
138 (void)regerror(errcode, preg, oe, s);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/lib/
H A Dcl_util.h64 by the errcode argument. */
66 extern const char *get_clerror_string (int errcode);
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dapplication.cpp291 int errcode; local
303 errcode = EXIT_SUCCESS;
305 errcode = main();
317 errcode = EXIT_FAILURE;
325 errcode = EXIT_FAILURE;
334 errcode = EXIT_FAILURE;
342 errcode = EXIT_FAILURE;
344 return errcode;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/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;
/netbsd-6-1-5-RELEASE/external/bsd/tre/dist/src/
H A Dagrep.c211 int errcode; local
265 errcode = tre_regnexec(&delim, next_record, data_len - (next_record - buf),
269 switch (errcode)
362 int errcode; local
380 errcode = tre_reganexec(&preg, record, record_len, &match, match_params, 0);
381 if ((!invert_match && errcode == REG_OK)
382 || (invert_match && errcode == REG_NOMATCH))
471 int c, errcode; local
743 errcode = tre_regcomp(&preg, regexp, comp_flags);
744 if (errcode)
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_m.c730 PRErrorCode errcode = PR_GetError(); local
733 ctx->tc_pin_file, errcode,
734 PR_ErrorToString( errcode, PR_LANGUAGE_I_DEFAULT ) );
740 PRErrorCode errcode = PR_GetError(); local
743 ctx->tc_pin_file, errcode,
744 PR_ErrorToString( errcode, PR_LANGUAGE_I_DEFAULT ) );
750 PRErrorCode errcode = PR_GetError(); local
753 ctx->tc_pin_file, errcode,
754 PR_ErrorToString( errcode, PR_LANGUAGE_I_DEFAULT ) );
760 PRErrorCode errcode local
907 PRErrorCode errcode = PORT_GetError(); local
923 PRErrorCode errcode = PR_GetError(); local
1065 PRErrorCode errcode = PR_GetError(); local
1089 PRErrorCode errcode = PR_GetError(); local
1123 PRErrorCode errcode = PR_GetError(); local
1137 PRErrorCode errcode = PR_GetError(); local
1180 PRErrorCode errcode = PR_GetError(); local
1197 PRErrorCode errcode = PR_GetError(); local
1219 PRErrorCode errcode = PR_GetError(); local
1247 PRErrorCode errcode = 1; local
1409 PRErrorCode errcode = PR_GetError(); local
1445 PRErrorCode errcode = PR_GetError(); local
1456 PRErrorCode errcode = PR_GetError(); local
1497 PRErrorCode errcode = PR_GetError(); local
1505 PRErrorCode errcode = PR_GetError(); local
[all...]
H A Derror.c248 ber_int_t errcode = LDAP_SUCCESS; local
286 errcode = ld->ld_errno = LDAP_NO_RESULTS_RETURNED;
366 ld->ld_errno = errcode = LDAP_DECODING_ERROR;
377 if ( errcode == LDAP_SUCCESS ) {
405 return errcode;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/x509v3/
H A Dv3_lib.c243 int errcode; local
260 errcode = X509V3_R_EXTENSION_EXISTS;
274 errcode = X509V3_R_EXTENSION_NOT_FOUND;
305 X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode);
/netbsd-6-1-5-RELEASE/external/bsd/libevent/dist/
H A Devutil.h112 #define EVUTIL_SET_SOCKET_ERROR(errcode) \
113 do { WSASetLastError(errcode); } while (0)
116 #define EVUTIL_SET_SOCKET_ERROR(errcode) \
117 do { errno = (errcode); } while (0)
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/lib/
H A Dregex.c29 # define regerror(errcode, preg, errbuf, errbuf_size) \
30 __regerror(errcode, preg, errbuf, errbuf_size)
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dldo.h53 LUAI_FUNC void luaD_throw (lua_State *L, int errcode);
56 LUAI_FUNC void luaD_seterrorobj (lua_State *L, int errcode, StkId oldtop);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dsolib-irix.c553 int errcode; local
581 name_size, &errcode);
582 if (errcode != 0)
584 safe_strerror (errcode));
637 int errcode; local
661 &errcode);
663 if (errcode)
666 safe_strerror (errcode));
H A Dvalprint.c1309 int errcode; /* Error from last read. */
1312 errcode = target_read_memory (memaddr, myaddr, len);
1313 if (errcode == 0)
1321 for (errcode = 0, nread = 0; len > 0 && errcode == 0; nread++, len--)
1323 errcode = target_read_memory (memaddr++, myaddr++, 1);
1326 if (errcode != 0)
1333 *errnoptr = errcode;
1365 int errcode; /* Errno returned from bad reads. */
1397 nfetch = partial_memory_read (addr, bufptr, len * width, &errcode)
1308 int errcode; /* Error from last read. */ local
1364 int errcode; /* Errno returned from bad reads. */ local
1484 int errcode; /* Errno returned from bad reads. */ local
[all...]
H A Dsolib-osf.c214 int i, errcode; local
221 target_read_string (lms->nameaddr, &name, PATH_MAX, &errcode);
222 if (errcode != 0)
490 int errcode, i; local
503 target_read_string (minf.module_name, &name, PATH_MAX, &errcode);
504 if (errcode != 0)
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/bfin/
H A Dinterp.c275 sc.errcode = 0;
280 sc.errcode = TARGET_EINVAL;
292 sc.errcode = 0;
297 sc.errcode = TARGET_ENOSYS;
307 sc.errcode = TARGET_EINVAL;
311 sc.errcode = TARGET_ENOSYS;
315 if (sc.errcode)
340 sc.errcode = TARGET_EINVAL;
356 sc.errcode = TARGET_EINVAL;
379 sc.errcode
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/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;
/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dclnp_input.c443 int errcode; local
446 errcode = clnp_opt_sanity(m, hoff, hend - hoff, oidxp);
449 if ((errcode == 0) && (oidxp->cni_securep))
450 errcode = DISC_UNSUPPSECURE;
453 if ((errcode == 0) && (oidxp->cni_er_reason != ER_INVALREAS) &&
455 errcode = DISC_UNSUPPOPT;
470 if (errcode != 0) {
471 clnp_discard(m, (char) errcode);
476 errcode);
/netbsd-6-1-5-RELEASE/dist/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 ); }
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dmakedepend.c72 usage (int errcode) argument
77 exit (errcode);
/netbsd-6-1-5-RELEASE/sbin/mount_portal/
H A Dconf.c146 int c, errcode; local
205 errcode = regcomp(&p->p_re, p->p_key, REG_EXTENDED|REG_NOSUB);
206 if (errcode == 0)
210 regerror(errcode, &p->p_re, buf, sizeof(buf));

Completed in 217 milliseconds

1234