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

123

/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/contrib/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) {
/freebsd-10.0-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-10.0-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-10.0-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-10.0-release/contrib/atf/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;
/freebsd-10.0-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-10.0-release/contrib/openbsm/bsm/
H A Dauditd_lib.h90 const char *auditd_strerror(int errcode);
/freebsd-10.0-release/crypto/openssl/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);
/freebsd-10.0-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-10.0-release/contrib/libgnuregex/
H A Dregex.c34 # define regerror(errcode, preg, errbuf, errbuf_size) \
35 __regerror(errcode, preg, errbuf, errbuf_size)
/freebsd-10.0-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-10.0-release/contrib/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);
/freebsd-10.0-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)
/freebsd-10.0-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-10.0-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-10.0-release/contrib/gcclibs/libcpp/
H A Dmakedepend.c72 usage (int errcode) argument
77 exit (errcode);
/freebsd-10.0-release/contrib/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;
/freebsd-10.0-release/contrib/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,
/freebsd-10.0-release/contrib/apr-util/include/private/
H A Dapr_dbm_private.h102 int errcode; member in struct:apr_dbm_t

Completed in 133 milliseconds

123