/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | cmp_msg_test.c | 23 int err_code; member 98 fixture->err_code, in execute_errormsg_create_test() 151 fixture->err_code = -1; in test_cmp_create_ir_protection_set() 169 fixture->err_code = -1; in test_cmp_create_ir_protection_fails() 186 fixture->err_code = -1; in test_cmp_create_cr_without_key() 196 fixture->err_code = -1; in test_cmp_create_cr() 210 fixture->err_code = -1; in test_cmp_create_certreq_with_invalid_bodytype() 228 fixture->err_code = CMP_R_ERROR_CREATING_CERTREQ; in test_cmp_create_p10cr() 245 fixture->err_code = CMP_R_ERROR_CREATING_CERTREQ; in test_cmp_create_p10cr_null() 259 fixture->err_code = -1; in test_cmp_create_kur() [all …]
|
/netbsd-src/sys/dev/microcode/aic7xxx/ |
H A D | aicasm.c | 692 stop(const char *string, int err_code) in stop() argument 705 if (err_code != 0) { in stop() 714 if (err_code != 0) { in stop() 723 if (err_code != 0) { in stop() 733 exit(err_code); in stop()
|
H A D | aicasm.h | 89 void stop(const char *errstring, int err_code);
|
/netbsd-src/external/bsd/flex/dist/src/ |
H A D | scanopt.c | 601 len, int *err_code, int *opt_offset) in find_opt() argument 605 *err_code = 0; in find_opt() 646 *err_code = SCANOPT_ERR_OPT_UNRECOGNIZED; in find_opt() 650 *err_code = SCANOPT_ERR_OPT_AMBIGUOUS; in find_opt() 654 return *err_code ? 0 : 1; in find_opt()
|
/netbsd-src/external/gpl2/gmake/dist/tests/ |
H A D | run_make_tests.pl | 84 local ($makestring, $options, $answer, $err_code) = @_; 123 &run_make_with_options($makefile, $options, &get_logfile(0), $err_code);
|
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | pylibfdt_tests.py | 47 def get_err(err_code): argument 56 return 'pylibfdt error %d: %s' % (-err_code, libfdt.strerror(-err_code)) 497 def assertOk(self, err_code): argument 498 self.assertEquals(0, err_code)
|
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
H A D | cleanup_message.c | 1014 static void cleanup_mime_error_callback(void *context, int err_code, in cleanup_mime_error_callback() argument 1024 if ((err_code & ~MIME_ERR_TRUNC_HEADER) != 0) { in cleanup_mime_error_callback() 1029 state->queue_id, mime_state_error(err_code), TEXT_LEN, text, in cleanup_mime_error_callback()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
H A D | cmp_msg.c | 681 int body_type, int err_code) in gen_new() argument 700 ERR_raise(ERR_LIB_CMP, err_code); in gen_new()
|
/netbsd-src/sys/dev/ic/ |
H A D | advlib.c | 2991 AscSetLibErrorCode(ASC_SOFTC *sc, u_int16_t err_code) in AscSetLibErrorCode() argument 2996 err_code); in AscSetLibErrorCode() 3000 return (err_code); in AscSetLibErrorCode()
|
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 34707 static SQLITE_NOINLINE void sqlite3ErrorFinish(sqlite3 *db, int err_code){ in sqlite3ErrorFinish() argument 34709 sqlite3SystemError(db, err_code); in sqlite3ErrorFinish() 34717 SQLITE_PRIVATE void sqlite3Error(sqlite3 *db, int err_code){ in sqlite3Error() argument 34719 db->errCode = err_code; in sqlite3Error() 34720 if( err_code || db->pErr ){ in sqlite3Error() 34721 sqlite3ErrorFinish(db, err_code); in sqlite3Error() 34779 SQLITE_PRIVATE void sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const char *zFormat, ...){ in sqlite3ErrorWithMsg() argument 34781 db->errCode = err_code; in sqlite3ErrorWithMsg() 34782 sqlite3SystemError(db, err_code); in sqlite3ErrorWithMsg() 34784 sqlite3Error(db, err_code); in sqlite3ErrorWithMsg()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | CHANGES | 13549 either modify crypto/Makefile.ssl to pass the -regen flag to err_code.pl
|