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

123

/freebsd-9.3-release/usr.bin/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);
/freebsd-9.3-release/contrib/llvm/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) {
/freebsd-9.3-release/usr.sbin/pkg_install/lib/
H A Dmatch.c60 int i, errcode, len; local
107 errcode = 0;
112 errcode = pattern_match(MatchType, patterns[i], f->fts_name);
113 if (errcode == 1) {
116 errcode = 0;
118 if (matched != NULL || errcode != 0)
121 if (errcode == 0 && matched != NULL)
122 errcode = storeappend(store, matched);
123 if (errcode != 0) {
149 int errcode local
427 int errcode; local
[all...]
H A Ddeps.c107 int errcode, i, j; local
114 errcode = requiredby(pkgname, &rb_list, FALSE, TRUE);
115 if (errcode < 0)
123 rbtmp = rb = alloca((errcode + 1) * sizeof(*rb));
/freebsd-9.3-release/lib/libc/regex/
H A Dregerror.c115 regerror(int errcode, argument
122 int target = errcode &~ REG_ITOA;
126 if (errcode == REG_ATOI)
133 if (errcode&REG_ITOA) {
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dlog.c61 static void event_exit(int errcode) EV_NORETURN;
99 event_exit(int errcode) argument
102 fatal_fn(errcode);
103 exit(errcode); /* should never be reached */
104 } else if (errcode == EVENT_ERR_ABORT_)
107 exit(errcode);
/freebsd-9.3-release/contrib/ofed/management/opensm/include/complib/
H A Dcl_types.h358 * IN cl_status_t errcode );
361 * errcode
365 * Pointer to a string containing a textual representation of the errcode
376 #define CL_STATUS_MSG( errcode ) \
377 ((errcode < CL_STATUS_COUNT)?cl_status_text[errcode]:"invalid status code")
/freebsd-9.3-release/usr.sbin/pkg_install/info/
H A Dperform.c41 int i, errcode; local
58 matched = matchinstalled(MatchType, pkgs, &errcode);
59 if (errcode != 0)
335 int errcode, i; local
366 installed = matchinstalled(MATCH_ALL, NULL, &errcode);
368 return errcode;
439 int errcode, i; local
444 matched = matchbyorigin(origin, &errcode);
446 return errcode;
462 int i, errcode; local
[all...]
/freebsd-9.3-release/contrib/ncurses/ncurses/tinfo/
H A Dlib_termcap.c87 int errcode; local
94 _nc_setupterm((NCURSES_CONST char *) name, STDOUT_FILENO, &errcode, TRUE);
148 if (errcode == 1) {
193 returnCode(errcode);
/freebsd-9.3-release/contrib/openbsm/bsm/
H A Dauditd_lib.h90 const char *auditd_strerror(int errcode);
/freebsd-9.3-release/sys/mips/rmi/
H A Dintr_machdep.c124 int errcode; local
141 errcode = intr_event_create(&ie, src, 0, irq,
147 errcode = intr_event_create(&ie, src, 0, irq,
150 if (errcode) {
/freebsd-9.3-release/crypto/openssl/crypto/x509v3/
H A Dv3_lib.c266 int errcode; local
284 errcode = X509V3_R_EXTENSION_EXISTS;
299 errcode = X509V3_R_EXTENSION_NOT_FOUND;
335 X509V3err(X509V3_F_X509V3_ADD1_I2D, errcode);
/freebsd-9.3-release/gnu/lib/libregex/
H A Dregex.c55 # define regerror(errcode, preg, errbuf, errbuf_size) \
56 __regerror(errcode, preg, errbuf, errbuf_size)
/freebsd-9.3-release/usr.sbin/pkg_install/delete/
H A Dperform.c38 int errcode, i, j; local
44 matched = matchinstalled(MatchType, pkgs, &errcode);
45 if (errcode != 0)
79 errcode = requiredby(pkgs[i], &rb_list, FALSE, TRUE);
80 if (errcode < 0) {
82 } else if (errcode > 0) {
89 rbtmp = rb = alloca((errcode + 1) * sizeof(*rb));
/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dutil.h435 /** Replace the most recent socket error with errcode */
436 #define EVUTIL_SET_SOCKET_ERROR(errcode) \
437 do { WSASetLastError(errcode); } while (0)
443 const char *evutil_socket_error_to_string(int errcode);
461 /** Replace the most recent socket error with errcode */
462 #define EVUTIL_SET_SOCKET_ERROR(errcode) ...
466 #define evutil_socket_error_to_string(errcode) ...
470 #define EVUTIL_SET_SOCKET_ERROR(errcode) \
471 do { errno = (errcode); } while (0)
473 #define evutil_socket_error_to_string(errcode) (strerro
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dvalprint.c1045 int errcode; /* Error from last read. */
1048 errcode = target_read_memory (memaddr, myaddr, len);
1049 if (errcode == 0)
1057 for (errcode = 0, nread = 0; len > 0 && errcode == 0; nread++, len--)
1059 errcode = target_read_memory (memaddr++, myaddr++, 1);
1062 if (errcode != 0)
1069 *errnoptr = errcode;
1086 int errcode; /* Errno returned from bad reads. */
1129 nfetch = partial_memory_read (addr, bufptr, len * width, &errcode)
1044 int errcode; /* Error from last read. */ local
1085 int errcode; /* Errno returned from bad reads. */ local
[all...]
H A Dsolib-svr4.c658 int errcode; local
689 target_read_string (l_name, &filename, SO_NAME_MAX_PATH_SIZE - 1, &errcode);
691 if (errcode)
694 safe_strerror (errcode));
775 int errcode; local
780 SO_NAME_MAX_PATH_SIZE - 1, &errcode); local
781 if (errcode != 0)
784 safe_strerror (errcode));
833 int errcode; local
858 SO_NAME_MAX_PATH_SIZE - 1, &errcode);
[all...]
H A Dsolib-osf.c213 int i, errcode; local
220 target_read_string (lms->nameaddr, &name, PATH_MAX, &errcode);
221 if (errcode != 0)
473 int errcode, i; local
486 target_read_string (minf.module_name, &name, PATH_MAX, &errcode);
487 if (errcode != 0)
H A Dsolib-sunos.c356 int errcode; local
395 SO_NAME_MAX_PATH_SIZE - 1, &errcode); local
396 if (errcode != 0)
399 safe_strerror (errcode));
/freebsd-9.3-release/crypto/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...]
/freebsd-9.3-release/contrib/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 ); }
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dmakedepend.c72 usage (int errcode) argument
77 exit (errcode);
/freebsd-9.3-release/sys/mips/nlm/
H A Dintr_machdep.c128 int errcode; local
145 errcode = intr_event_create(&ie, src, 0, irq,
151 errcode = intr_event_create(&ie, src, 0, irq,
154 if (errcode) {
/freebsd-9.3-release/contrib/sendmail/mail.local/
H A Dmail.local.c371 char *errcode = "521"; local
374 errcode = "421";
376 mailerr(errcode, "Can not open mailbox database %s: %s",
993 char *errcode; local
1126 errcode = "451 4.3.0";
1129 errcode = "551 5.3.0";
1131 mailerr(errcode, "lockmailbox %s failed; error code %d %s",
1335 errcode = "450 4.2.0";
1338 errcode = "552 5.2.2";
1340 mailerr(errcode, "
[all...]
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_mcdi.c320 int errcode; local
326 errcode = EFX_DWORD_FIELD(errdword, EFX_DWORD_0);
327 rc = efx_mcdi_request_errcode(errcode);
328 EFSYS_PROBE2(mcdi_err, int, emrp->emr_cmd, int, errcode);
380 __in int errcode)
413 if (errcode != 0) {
415 int, errcode);
417 emrp->emr_rc = efx_mcdi_request_errcode(errcode);
376 efx_mcdi_ev_cpl( __in efx_nic_t *enp, __in unsigned int seq, __in unsigned int outlen, __in int errcode) argument

Completed in 323 milliseconds

123