Searched refs:oerr (Results 1 – 9 of 9) sorted by relevance
| /freebsd/usr.bin/tail/ |
| H A D | extern.h | 37 oerr(); \ 71 void oerr(void);
|
| H A D | misc.c | 61 oerr(void) in oerr() function
|
| H A D | forward.c | 178 oerr(); in forward() 249 oerr(); in show()
|
| /freebsd/stand/common/ |
| H A D | load_elf_obj.c | 121 goto oerr; in __elfN() 127 goto oerr; in __elfN() 136 goto oerr; in __elfN() 142 goto oerr; in __elfN() 148 goto oerr; in __elfN() 157 goto oerr; in __elfN() 192 oerr: in __elfN()
|
| H A D | load_elf.c | 397 goto oerr; in __elfN() 416 goto oerr; in __elfN() 426 goto oerr; in __elfN() 432 goto oerr; in __elfN() 439 goto oerr; in __elfN() 446 goto oerr; in __elfN() 497 oerr: in __elfN()
|
| /freebsd/contrib/dma/ |
| H A D | net.c | 68 long oerr, nerr; in ssl_errstr() local 70 oerr = 0; in ssl_errstr() 72 oerr = nerr; in ssl_errstr() 74 return (ERR_error_string(oerr, NULL)); in ssl_errstr()
|
| /freebsd/sbin/routed/ |
| H A D | if.c | 656 int in, ierr, out, oerr; in ifinit() local 964 oerr = ifs.int_data.oerrors - ifp->int_data.oerrors; in ifinit() 976 if (ierr < 0 || in < 0 || oerr < 0 || out < 0) { in ifinit() 984 if (in == 0 && out == 0 && ierr == 0 && oerr == 0) in ifinit() 991 || (out <= oerr && oerr > 0)) { in ifinit() 998 in, ierr, out, oerr); in ifinit() 1007 in, ierr, out, oerr); in ifinit()
|
| /freebsd/crypto/krb5/src/plugins/preauth/pkinit/ |
| H A D | pkinit_crypto_openssl.c | 1072 static krb5_error_code oerr(krb5_context context, krb5_error_code code, 1086 oerr(krb5_context context, krb5_error_code code, const char *fmt, ...) in oerr() function 1134 return oerr(context, code, _("%s (depth %d): %s"), msg, depth, errstr); in oerr_cert() 1676 retval = oerr(context, 0, _("Failed to DER encode PKCS7")); in cms_contentinfo_create() 1686 retval = oerr(context, 0, _("Failed to DER encode PKCS7")); in cms_contentinfo_create() 1876 retval = oerr(context, 0, _("Failed to add digest attribute")); in cms_signeddata_create() 1892 retval = oerr(context, 0, _("Failed to DER encode PKCS7")); in cms_signeddata_create() 1902 retval = oerr(context, 0, _("Failed to DER encode PKCS7")); in cms_signeddata_create() 1990 retval = oerr(context, 0, _("Failed to decode CMS message")); in cms_signeddata_verify() 2209 (void)oerr(context, retval, _("Failed to verify CMS message")); in cms_signeddata_verify() [all …]
|
| /freebsd/contrib/nvi/common/ |
| H A D | exf.c | 275 goto oerr; in file_init() 432 oerr: if (F_ISSET(ep, F_RCV_ON)) in file_init()
|