/openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
H A D | reports.py | 159 test_name, start_time, elapsed_time, test_output, result_code, is_expected argument 176 result_code == lit.Test.PASS 177 or result_code == lit.Test.XPASS 178 or result_code == lit.Test.FLAKYPASS 181 elif result_code == lit.Test.FAIL or result_code == lit.Test.XFAIL: 184 result_code == lit.Test.UNSUPPORTED 185 or result_code == lit.Test.SKIPPED 186 or result_code == lit.Test.EXCLUDED 189 elif result_code == lit.Test.UNRESOLVED or result_code == lit.Test.TIMEOUT: 213 result_code=test.result.code, [all …]
|
/openbsd-src/usr.sbin/npppd/pptp/ |
H A D | pptp_local.h | 76 uint8_t result_code; member 108 uint8_t result_code; member 127 uint8_t result_code; member 167 uint8_t result_code; member
|
H A D | pptp_ctrl.c | 561 if (scc->result_code != 0) in pptp_ctrl_SCCRx_string() 563 scc->result_code, scc->error_code); in pptp_ctrl_SCCRx_string() 736 scc->result_code = result; in pptp_ctrl_send_SCCRP() 803 echo_rp->result_code = PPTP_ECHO_RP_RESULT_OK; in pptp_ctrl_process_echo_req() 825 if (echo_rp->result_code != PPTP_ECHO_RP_RESULT_OK) { in pptp_ctrl_recv_echo_rep() 886 cdn->result_code = result; in pptp_ctrl_send_CDN()
|
H A D | pptp_call.c | 359 cdn->result_code = result; in pptp_call_send_CDN() 368 pptp_CDN_result_string(cdn->result_code), cdn->result_code, in pptp_call_send_CDN() 402 ocrp->result_code = result; in pptp_call_send_OCRP() 822 ocrp->call_id, ocrp->peers_call_id, ocrp->result_code, in pptp_call_OCRP_string()
|
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data-micro/ |
H A D | dummy_format.py | 21 result_code = cfg.get('global', 'result_code') 23 result = lit.Test.Result(getattr(lit.Test, result_code), 39 micro_result = lit.Test.Result(getattr(lit.Test, result_code, ''))
|
H A D | micro-tests.ini | 2 result_code = PASS key
|
/openbsd-src/usr.sbin/ldapd/ |
H A D | ldape.c | 46 long long result_code, 73 long long result_code, const char *extended_oid) in send_ldap_extended_response() argument 79 log_debug("sending response %u with result %lld", type, result_code); in send_ldap_extended_response() 85 msgid, BER_CLASS_APP, type, result_code, "", ""); in send_ldap_extended_response() 118 long long result_code = LDAP_REFERRAL; in ldap_refer() local 163 req->msgid, BER_CLASS_APP, type, result_code, "", "", ref_root); in ldap_refer() 193 long long result_code) in send_ldap_result() argument 195 send_ldap_extended_response(conn, msgid, type, result_code, NULL); in send_ldap_result()
|
H A D | aldap.h | 65 enum result_code { enum
|
H A D | ldapd.h | 360 unsigned int type, long long result_code);
|
/openbsd-src/usr.sbin/npppd/l2tp/ |
H A D | l2tp_call.c | 139 l2tp_call_disconnect(l2tp_call *_this, int result_code, int error_code, in l2tp_call_disconnect() argument 149 if (result_code > 0) { in l2tp_call_disconnect() 150 if (l2tp_call_send_CDN(_this, result_code, error_code, errmes, in l2tp_call_disconnect() 735 l2tp_call_send_CDN(l2tp_call *_this, int result_code, int error_code, const in l2tp_call_send_CDN() argument 771 val32 = (result_code << 16) | (error_code & 0xffff); in l2tp_call_send_CDN() 776 avp_set_val16(avp, result_code); in l2tp_call_send_CDN() 779 val32 = (result_code << 16) | (error_code & 0xffff); in l2tp_call_send_CDN() 813 l2tp_cdn_rcode_string(result_code), result_code, in l2tp_call_send_CDN() 818 l2tp_cdn_rcode_string(result_code), result_code); in l2tp_call_send_CDN()
|
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/test-data/ |
H A D | dummy_format.py | 21 result_code = cfg.get('global', 'result_code') 23 result = lit.Test.Result(getattr(lit.Test, result_code),
|
H A D | metrics.ini | 2 result_code = PASS key
|
/openbsd-src/gnu/llvm/llvm/utils/lit/tests/Inputs/xunit-output/ |
H A D | dummy_format.py | 21 result_code = cfg.get('global', 'result_code') 23 result = lit.Test.Result(getattr(lit.Test, result_code),
|
H A D | bad&name.ini | 2 result_code = FAIL key
|
H A D | unsupported.ini | 2 result_code = UNSUPPORTED key
|
H A D | pass.ini | 2 result_code = PASS key
|
H A D | excluded.ini | 2 result_code = EXCLUDED key
|
H A D | missing_feature.ini | 2 result_code = UNSUPPORTED key
|
/openbsd-src/libexec/login_ldap/ |
H A D | login_ldap.h | 69 const char *ldap_resultcode(enum result_code code);
|
H A D | aldap.h | 149 enum result_code { enum
|
/openbsd-src/usr.bin/ldap/ |
H A D | aldap.h | 147 enum result_code { enum
|
H A D | ldapclient.c | 91 const char *ldapc_resultcode(enum result_code); 633 ldapc_resultcode(enum result_code code) in ldapc_resultcode()
|
/openbsd-src/usr.sbin/ypldap/ |
H A D | aldap.h | 151 enum result_code { enum
|
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/ |
H A D | BreakpointLocation.cpp | 302 ExpressionResults result_code = m_user_expression_sp->Execute( in ConditionSaysStop() local 307 if (result_code == eExpressionCompleted) { in ConditionSaysStop()
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | StopInfo.cpp | 932 ExpressionResults result_code; in PerformAction() local 938 result_code = UserExpression::Evaluate( in PerformAction() 942 if (result_code == eExpressionCompleted) { in PerformAction()
|