/netbsd/external/bsd/tcpdump/dist/ |
H A D | print-pptp.c | 114 uint8_t err_code; member 131 uint8_t err_code; member 142 uint8_t err_code; member 165 uint8_t err_code; member 189 uint8_t err_code; member 212 uint8_t err_code; member 561 ND_TCHECK(ptr->err_code); in pptp_sccrp_print() 624 ND_TCHECK(ptr->err_code); in pptp_stopccrp_print() 659 ND_TCHECK(ptr->err_code); in pptp_echorp_print() 717 ND_TCHECK(ptr->err_code); in pptp_ocrp_print() [all …]
|
/netbsd/crypto/external/bsd/openssl/dist/test/ |
H A D | cmp_msg_test.c | 23 int err_code; member 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() 274 fixture->err_code = -1; in test_cmp_create_kur_without_oldcert() [all …]
|
/netbsd/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/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/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/external/gpl3/gdb/dist/gdb/python/ |
H A D | py-record-btrace.c | 160 int err_code; in btpy_insn_or_gap_new() local 163 err_code = btrace_insn_get_error (&iter); in btpy_insn_or_gap_new() 165 if (err_code != 0) in btpy_insn_or_gap_new() 171 err_string = btrace_decode_error (config->format, err_code); in btpy_insn_or_gap_new() 173 return recpy_gap_new (err_code, err_string, number); in btpy_insn_or_gap_new()
|
/netbsd/external/gpl3/gdb.old/dist/gdb/python/ |
H A D | py-record-btrace.c | 160 int err_code; in btpy_insn_or_gap_new() local 163 err_code = btrace_insn_get_error (&iter); in btpy_insn_or_gap_new() 165 if (err_code != 0) in btpy_insn_or_gap_new() 171 err_string = btrace_decode_error (config->format, err_code); in btpy_insn_or_gap_new() 173 return recpy_gap_new (err_code, err_string, number); in btpy_insn_or_gap_new()
|
/netbsd/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/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/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/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/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 30150 static SQLITE_NOINLINE void sqlite3ErrorFinish(sqlite3 *db, int err_code){ 30152 sqlite3SystemError(db, err_code); 30160 SQLITE_PRIVATE void sqlite3Error(sqlite3 *db, int err_code){ 30162 db->errCode = err_code; 30163 if( err_code || db->pErr ) sqlite3ErrorFinish(db, err_code); 30199 SQLITE_PRIVATE void sqlite3ErrorWithMsg(sqlite3 *db, int err_code, const char *zFormat, ...){ 30201 db->errCode = err_code; 30202 sqlite3SystemError(db, err_code); 30204 sqlite3Error(db, err_code);
|
/netbsd/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
|