Home
last modified time | relevance | path

Searched refs:reason (Results 1 – 25 of 949) sorted by relevance

12345678910>>...38

/openbsd/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dardi.c130 unsigned int reason; in wait_for_debug_message() local
164 *rcode, reason); in wait_for_debug_message()
229 switch ( reason ) in receive_negotiate()
670 int reason; in angel_RDI_close() local
683 reason = ADP_End | TtoH; in angel_RDI_close()
725 reason=ADP_Read | TtoH; in angel_RDI_read()
783 reason=ADP_Write | TtoH; in angel_RDI_write()
997 reason=ADP_CPwrite | TtoH; in angel_RDI_CPwrite()
1553 switch ( reason ) in HandleDCCMessage()
1648 reason |= TtoH; in CheckSubMessageReply()
[all …]
/openbsd/usr.sbin/unbound/validator/
H A Dval_kentry.c60 if(kd->reason) in key_entry_sizefunc()
95 free(kd->reason); in key_entry_deldatafunc()
138 if(d->reason) { in key_entry_copy_toregion()
139 newd->reason = regional_strdup(region, d->reason); in key_entry_copy_toregion()
140 if(!newd->reason) in key_entry_copy_toregion()
193 if(copy_reason && d->reason && *d->reason != 0) { in key_entry_copy()
194 newd->reason = strdup(d->reason); in key_entry_copy()
246 return d->reason; in key_entry_get_reason()
292 d->reason = (!reason || *reason == 0) in key_entry_create_null()
317 d->reason = (!reason || *reason == 0) in key_entry_create_rrset()
[all …]
/openbsd/sbin/unwind/libunbound/validator/
H A Dval_kentry.c60 if(kd->reason) in key_entry_sizefunc()
95 free(kd->reason); in key_entry_deldatafunc()
138 if(d->reason) { in key_entry_copy_toregion()
139 newd->reason = regional_strdup(region, d->reason); in key_entry_copy_toregion()
140 if(!newd->reason) in key_entry_copy_toregion()
193 if(copy_reason && d->reason && *d->reason != 0) { in key_entry_copy()
194 newd->reason = strdup(d->reason); in key_entry_copy()
246 return d->reason; in key_entry_get_reason()
292 d->reason = (!reason || *reason == 0) in key_entry_create_null()
317 d->reason = (!reason || *reason == 0) in key_entry_create_rrset()
[all …]
/openbsd/gnu/usr.bin/perl/dist/IO/t/
H A Dio_unix.t7 my $reason;
15 $reason = 'Socket extension unavailable';
18 $reason = 'IO extension unavailable';
23 $reason = 'compiled without TCP/IP stack v4';
26 $reason = "UNIX domain sockets not implemented on $^O";
29 $reason = 'no fork';
33 $reason = 'Skipping on Windows CI, see gh17575 and gh17429';
35 $reason = "AF_UNIX unavailable or disabled on this platform"
40 if ($reason) {
41 print "1..0 # Skip: $reason\n";
H A Dio_multihomed.t12 my $reason;
14 $reason = 'Socket extension unavailable';
17 $reason = 'IO extension unavailable';
20 $reason = 'no fork';
22 skip_all($reason) if $reason;
H A Dio_pipe.t17 my $reason;
19 $reason = 'IO extension unavailable';
22 $reason = 'no fork';
25 $reason = 'Win32 testing environment not set';
27 if ($reason) {
28 print "1..0 # Skip: $reason\n";
H A Dio_udp.t7 my $reason;
9 $reason = 'Socket was not built';
12 $reason = 'IO was not built';
14 undef $reason if $^O eq 'VMS' and $Config{d_socket};
15 skip_all($reason) if $reason;
/openbsd/usr.sbin/unbound/testcode/
H A Dunitzonemd.c72 char* reason = NULL; in zonemd_generate_test() local
96 &reason); in zonemd_generate_test()
97 if(reason) printf("zonemd failure reason: %s\n", reason); in zonemd_generate_test()
189 char* reason = NULL; in zonemd_check_test() local
220 hash, hashlen, region, buf, &reason); in zonemd_check_test()
221 unit_assert(result && reason == NULL); in zonemd_check_test()
223 hash, hashlen, region, buf, &reason); in zonemd_check_test()
226 hash, hashlen, region, buf, &reason); in zonemd_check_test()
229 hash, 2, region, buf, &reason); in zonemd_check_test()
232 hashwrong, hashwronglen, region, buf, &reason); in zonemd_check_test()
[all …]
/openbsd/gnu/usr.bin/perl/t/re/
H A Dregexp.t165 $reason = '' unless defined $reason;
199 $reason = "Test not valid for $0";
209 $reason = "Test not valid for $0";
214 $reason = "Test is only valid for ASCII platforms. $reason";
218 $reason = "Test is only valid for EBCDIC platforms. $reason";
220 $reason = 'skipping $&' if $reason eq '' && $skip_amp;
232 $reason = "Pattern doesn't contain assertions";
258 $reason // "",
358 $reason = "Pattern contains '(?{'";
459 print "ok $testname # skipped", length($reason) ? ". $reason" : '', "\n";
[all …]
/openbsd/usr.bin/ssh/
H A Dauth2-pubkeyfile.c176 const char *reason = NULL; in auth_check_principals_line() local
200 debug("%s: bad principals options: %s", loc, reason); in auth_check_principals_line()
271 const char *reason = NULL; in auth_check_authkey_line() local
289 reason = "invalid key option string"; in auth_check_authkey_line()
301 debug("%s: bad key options: %s", loc, reason); in auth_check_authkey_line()
327 reason = "Refused by key options"; in auth_check_authkey_line()
345 reason = "Invalid certificate options"; in auth_check_authkey_line()
350 reason = "Refused by certificate options"; in auth_check_authkey_line()
368 &reason) != 0) in auth_check_authkey_line()
389 error("%s", reason); in auth_check_authkey_line()
[all …]
H A Dsrclimit.c56 const char *reason; member
289 *reason = "too many penalised addresses"; in srclimit_penalty_check_allow()
304 *reason = penalty->reason; in srclimit_penalty_check_allow()
351 const char *reason = NULL, *t; in srclimit_penalise() local
372 reason = "penalty: caused crash"; in srclimit_penalise()
376 reason = "penalty: failed authentication"; in srclimit_penalise()
413 addrnetmask, reason); in srclimit_penalise()
420 penalty->reason = reason; in srclimit_penalise()
430 penalty_secs, reason); in srclimit_penalise()
449 reason); in srclimit_penalise()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dline-map.c74 add_line_map (set, reason, sysp, from_line, to_file, to_line) in add_line_map() argument
76 enum lc_reason reason;
99 reason = LC_ENTER;
100 else if (reason == LC_LEAVE)
108 reason = LC_RENAME;
132 map->reason = reason;
138 if (reason == LC_ENTER)
145 else if (reason == LC_RENAME)
147 else if (reason == LC_LEAVE)
/openbsd/gnu/llvm/lldb/scripts/
H A Dreproducer-replay.py16 reason = None
26 reason = 'Unexpected packet'
28 reason = 'Assertion failed'
30 reason = 'Unreachable executed'
32 reason = 'Segmentation fault'
34 reason = 'Illegal instruction'
36 reason = f'Exit code {proc.returncode}'
44 reason_str = f' ({reason})' if reason else ''
/openbsd/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeThreadLinux.cpp45 switch (stop_info.reason) { in LogThreadStopInfo()
87 static_cast<uint32_t>(stop_info.reason)); in LogThreadStopInfo()
216 m_stop_info.reason = StopReason::eStopReasonNone; in Resume()
257 m_stop_info.reason = StopReason::eStopReasonNone; in SingleStep()
287 m_stop_info.reason = StopReason::eStopReasonSignal; in SetStoppedBySignal()
299 const auto reason = in SetStoppedBySignal() local
305 if (reason == CrashReason::eSyncTagCheckFault) { in SetStoppedBySignal()
400 m_stop_info.reason = StopReason::eStopReasonExec; in SetStoppedByExec()
453 m_stop_info.reason = StopReason::eStopReasonTrace; in SetStoppedByTrace()
460 m_stop_info.reason = in SetStoppedByFork()
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeThreadOpenBSD.cpp43 m_stop_info.reason = StopReason::eStopReasonSignal; in SetStoppedBySignal()
53 const auto reason = GetCrashReason(*info); in SetStoppedBySignal() local
54 m_stop_description = GetCrashReasonString(reason, *info); in SetStoppedBySignal()
62 m_stop_info.reason = StopReason::eStopReasonBreakpoint; in SetStoppedByBreakpoint()
68 m_stop_info.reason = StopReason::eStopReasonTrace; in SetStoppedByTrace()
74 m_stop_info.reason = StopReason::eStopReasonExec; in SetStoppedByExec()
86 m_stop_info.reason = StopReason::eStopReasonNone; in SetRunning()
91 m_stop_info.reason = StopReason::eStopReasonNone; in SetStepping()
/openbsd/gnu/usr.bin/perl/t/op/
H A Dgrent.t15 my $reason;
17 $reason = '$Config{i_grp} not defined';
20 $reason = 'no /etc/group file';
43 undef $reason;
56 undef $reason;
65 undef $reason;
70 if ($reason) {
71 skip_all $reason;
/openbsd/gnu/llvm/libcxxabi/src/
H A Dcxa_personality.cpp594 results.reason = _URC_FATAL_PHASE1_ERROR; in scan_eh_tab()
622 results.reason = _URC_FATAL_PHASE1_ERROR; in scan_eh_tab()
630 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
649 results.reason = _URC_CONTINUE_UNWIND; in scan_eh_tab()
959 if (results.reason == _URC_CONTINUE_UNWIND || in __gxx_personality_imp()
961 return results.reason; in __gxx_personality_imp()
981 assert(results.reason == _URC_HANDLER_FOUND); in __gxx_personality_imp()
1083 if (results.reason == _URC_HANDLER_FOUND) in __gxx_personality_v0()
1093 return results.reason; in __gxx_personality_v0()
1136 if (results.reason == _URC_HANDLER_FOUND) in __gxx_personality_v0()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/Builder/
H A Ddetails.t28 reason => ''
46 reason => 'just testing skip',
57 reason => 'i need a todo',
66 reason => 'i need both'
77 reason => '',
86 reason => 'incrementing test number',
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dpodtest16 my $reason = '';
19 $reason = 'SKIP_SLOW_TESTS';
29 $reason = 'Test::Pod >= 1.41 required' if $@;
32 if ($reason) {
39 if ($reason) {
40 skip("skip: $reason", 1);
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Legacy/
H A Dcheck_tests.t22 reason => "",
37 reason => "",
52 reason => "",
66 reason => "",
79 reason => "just because",
92 reason => "why not",
106 reason => "",
120 reason => "",
H A Drun_test.t28 $test->is_eq($res->{reason}, "", "run pass reason");
49 $test->is_eq($res->{reason}, "", "run fail reason");
70 $test->is_eq($res->{reason}, "just because", "skip reason");
91 $test->is_eq($res->{reason}, "just because", "todo_skip reason");
129 $test->is_eq($res_pass->{reason}, "", "run multi pass reason");
140 $test->is_eq($res_pass->{reason}, "", "run multi fail reason");
/openbsd/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeThreadNetBSD.cpp83 m_stop_info.reason = StopReason::eStopReasonSignal; in SetStoppedBySignal()
93 const auto reason = GetCrashReason(*info); in SetStoppedBySignal() local
102 m_stop_info.reason = StopReason::eStopReasonBreakpoint; in SetStoppedByBreakpoint()
108 m_stop_info.reason = StopReason::eStopReasonTrace; in SetStoppedByTrace()
114 m_stop_info.reason = StopReason::eStopReasonExec; in SetStoppedByExec()
137 m_stop_info.reason = StopReason::eStopReasonFork; in SetStoppedByFork()
147 m_stop_info.reason = StopReason::eStopReasonVFork; in SetStoppedByVFork()
156 m_stop_info.reason = StopReason::eStopReasonVForkDone; in SetStoppedByVForkDone()
163 m_stop_info.reason = StopReason::eStopReasonNone; in SetStoppedWithNoReason()
175 m_stop_info.reason = StopReason::eStopReasonNone; in SetRunning()
[all …]
/openbsd/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.cpp83 m_stop_info.reason = StopReason::eStopReasonSignal; in SetStoppedBySignal()
93 const auto reason = GetCrashReason(*info); in SetStoppedBySignal() local
102 m_stop_info.reason = StopReason::eStopReasonBreakpoint; in SetStoppedByBreakpoint()
108 m_stop_info.reason = StopReason::eStopReasonTrace; in SetStoppedByTrace()
114 m_stop_info.reason = StopReason::eStopReasonExec; in SetStoppedByExec()
137 m_stop_info.reason = StopReason::eStopReasonFork; in SetStoppedByFork()
147 m_stop_info.reason = StopReason::eStopReasonVFork; in SetStoppedByVFork()
156 m_stop_info.reason = StopReason::eStopReasonVForkDone; in SetStoppedByVForkDone()
163 m_stop_info.reason = StopReason::eStopReasonNone; in SetStoppedWithNoReason()
175 m_stop_info.reason = StopReason::eStopReasonNone; in SetRunning()
[all …]
/openbsd/gnu/llvm/lldb/tools/lldb-vscode/
H A DIOStream.cpp110 int reason = 0; in read_full() local
113 reason = WSAGetLastError(); in read_full()
115 reason = errno; in read_full()
117 reason = errno; in read_full()
118 if (reason == EINTR || reason == EAGAIN) in read_full()
123 *log << "Error " << reason << " reading from input file.\n"; in read_full()
/openbsd/gnu/usr.bin/perl/cpan/Test-Simple/t/Test2/modules/Event/
H A DSkip.t11 reason => 'foo',
29 is($skip->reason, 'foo', "got skip reason");
33 is($skip->summary, "skip me (SKIP: foo)", "summary with reason");
36 is($skip->summary, "skip me (SKIP)", "summary without reason");

12345678910>>...38