Searched refs:reason (Results 1 - 25 of 429) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DFatalErrorHandler.cpp15 static void aborting_fatal_error_handler(void *, const char *reason, argument
19 fprintf(stderr, "LIBCLANG FATAL ERROR: %s\n", reason);
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.h54 std::string GetCrashReasonString(CrashReason reason, lldb::addr_t fault_addr);
55 std::string GetCrashReasonString(CrashReason reason, const siginfo_t &info);
57 const char *CrashReasonAsString(CrashReason reason);
/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dnetware-libgcc.c33 DWORD reason, void *hModule)
35 switch (reason)
32 DllMain(HINSTANCE libraryId __attribute__ ((__unused__)), DWORD reason, void *hModule) argument
/openbsd-current/gnu/llvm/lldb/include/lldb/Target/
H A DRegisterCheckpoint.h34 RegisterCheckpoint(Reason reason) : UserID(0), m_reason(reason) {} argument
/openbsd-current/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\
[all...]
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-current/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-current/regress/usr.bin/rsync-unit/
H A Drmatch_test.c29 const char *reason; member in struct:tv
238 } else if (tvs[i].reason) {
242 tvs[i].reason);
/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_scariness_score.h41 void Scare(int add_to_score, const char *reason) { argument
44 internal_strlcat(descr, reason, sizeof(descr));
/openbsd-current/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-current/lib/libcrypto/ui/
H A Dui_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
/openbsd-current/lib/libcrypto/buffer/
H A Dbuf_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_BUF,0,reason)
/openbsd-current/lib/libcrypto/rand/
H A Drand_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_RAND,0,reason)
/openbsd-current/lib/libcrypto/objects/
H A Dobj_err.c66 #define ERR_REASON(reason) ERR_PACK(ERR_LIB_OBJ,0,reason)
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeThreadOpenBSD.cpp43 m_stop_info.reason = StopReason::eStopReasonSignal;
53 const auto reason = GetCrashReason(*info); local
54 m_stop_description = GetCrashReasonString(reason, *info);
62 m_stop_info.reason = StopReason::eStopReasonBreakpoint;
68 m_stop_info.reason = StopReason::eStopReasonTrace;
74 m_stop_info.reason = StopReason::eStopReasonExec;
86 m_stop_info.reason = StopReason::eStopReasonNone;
91 m_stop_info.reason = StopReason::eStopReasonNone;
122 LLDB_LOG(log, "tid = {0} in state {1} cannot answer stop reason", GetID(),
/openbsd-current/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/Event/
H A DSkip.pm9 use Test2::Util::HashBase qw{reason};
23 if (my $reason = $self->reason) {
24 $out .= " (SKIP: $reason)";
75 my $event = $ctx->skip($name, $reason);
83 reason => $reason,
90 =item $reason = $e->reason
/openbsd-current/sbin/unwind/libunbound/validator/
H A Dval_kentry.c60 if(kd->reason)
61 s += strlen(kd->reason)+1;
95 free(kd->reason);
138 if(d->reason) {
139 newd->reason = regional_strdup(region, d->reason);
140 if(!newd->reason)
193 if(copy_reason && d->reason && *d->reason != 0) {
194 newd->reason
281 key_entry_create_null(struct regional* region, uint8_t* name, size_t namelen, uint16_t dclass, time_t ttl, sldns_ede_code reason_bogus, const char* reason, time_t now) argument
303 key_entry_create_rrset(struct regional* region, uint8_t* name, size_t namelen, uint16_t dclass, struct ub_packed_rrset_key* rrset, uint8_t* sigalg, sldns_ede_code reason_bogus, const char* reason, time_t now) argument
336 key_entry_create_bad(struct regional* region, uint8_t* name, size_t namelen, uint16_t dclass, time_t ttl, sldns_ede_code reason_bogus, const char* reason, time_t now) argument
[all...]
/openbsd-current/usr.sbin/unbound/validator/
H A Dval_kentry.c60 if(kd->reason)
61 s += strlen(kd->reason)+1;
95 free(kd->reason);
138 if(d->reason) {
139 newd->reason = regional_strdup(region, d->reason);
140 if(!newd->reason)
193 if(copy_reason && d->reason && *d->reason != 0) {
194 newd->reason
281 key_entry_create_null(struct regional* region, uint8_t* name, size_t namelen, uint16_t dclass, time_t ttl, sldns_ede_code reason_bogus, const char* reason, time_t now) argument
303 key_entry_create_rrset(struct regional* region, uint8_t* name, size_t namelen, uint16_t dclass, struct ub_packed_rrset_key* rrset, uint8_t* sigalg, sldns_ede_code reason_bogus, const char* reason, time_t now) argument
336 key_entry_create_bad(struct regional* region, uint8_t* name, size_t namelen, uint16_t dclass, time_t ttl, sldns_ede_code reason_bogus, const char* reason, time_t now) argument
[all...]
/openbsd-current/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-current/gnu/llvm/llvm/include/llvm/Support/
H A DErrorHandling.h25 const char *reason,
71 [[noreturn]] void report_fatal_error(const char *reason,
73 [[noreturn]] void report_fatal_error(StringRef reason,
75 [[noreturn]] void report_fatal_error(const Twine &reason,
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dline-map.c74 add_line_map (set, reason, sysp, from_line, to_file, to_line)
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
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/rdi-share/
H A Dardi.c130 unsigned int reason; local
155 unpack_message(BUFFERDATA((*packet)->pk_buffer), "%w%w%w%w%w", &reason, debugID, local
157 if ((reason&0xffffff) == ADP_HADPUnrecognised)
159 if (reason != (unsigned ) *rcode) {
160 if((reason&0xffffff) == ADP_HADPUnrecognised)
164 *rcode, reason);
217 unsigned reason, debugID, OSinfo1, OSinfo2, status; local
222 &reason, &debugID, &OSinfo1, &OSinfo2 );
226 angel_DebugPrint( "receive_negotiate: reason %x\n", reason );
434 unsigned reason, debugID, OSinfo1, OSinfo2, status; local
471 unsigned reason, debugID, OSinfo1, OSinfo2, banner_length, bufsiz, longsiz; local
670 int reason; local
709 int rnbytes = 0, status, reason, debugID, OSinfo1, OSinfo2, err; local
754 int status, reason, debugID, OSinfo1, OSinfo2, err; local
806 int err, status, reason, debugID, OSinfo1, OSinfo2; local
855 int status, reason, debugID, OSinfo1, OSinfo2, err, len; local
964 int i, j, len, status, reason, OSinfo1, OSinfo2, err, debugID; local
1018 int len, status, reason, OSinfo1, OSinfo2, err=RDIError_NoError; local
1060 int status, reason, OSinfo1, OSinfo2, err, debugID; local
1099 int status, reason, OSinfo1, OSinfo2, err, debugID; local
1134 int status, reason, OSinfo1, OSinfo2, err, debugID; local
1166 int status, reason, OSinfo1, OSinfo2, err, debugID; local
1212 CallStoppedProcs(unsigned reason) argument
1230 unsigned int err, reason, debugID, OSinfo1, OSinfo2, count; local
1320 int reason, debugID, OSinfo1, OSinfo2, status; local
1507 int reason, debugID, OSinfo1, OSinfo2, subreason, status; local
1547 unsigned int reason, debugID, OSinfo1, OSinfo2; local
1644 CheckSubMessageReply(int reason, int subreason) argument
1663 SendSubMessageAndCheckReply(int reason, int subreason) argument
1671 SendSubMessageWordAndCheckReply(int reason, int subreason, ARMword word) argument
1679 SendSubMessageGetWordAndCheckReply(int reason, int subreason, ARMword *resp) argument
1707 int len, status, c, reason, subreason, debugID, OSinfo1, OSinfo2; local
2321 int status, reason, subreason, debugID, OSinfo1, OSinfo2, err; local
2354 int len, status, reason, subreason, debugID, OSinfo1, OSinfo2, err; local
2403 int len, status, reason, subreason, debugID, OSinfo1, OSinfo2, err; local
2447 int status, reason, subreason, debugID, OSinfo1, OSinfo2, err; local
[all...]
/openbsd-current/usr.sbin/unbound/testcode/
H A Dunitzonemd.c72 char* reason = NULL; local
96 &reason);
97 if(reason) printf("zonemd failure reason: %s\n", reason);
189 char* reason = NULL; local
220 hash, hashlen, region, buf, &reason);
221 unit_assert(result && reason == NULL);
223 hash, hashlen, region, buf, &reason);
224 unit_assert(result && strcmp(reason, "unsupporte
[all...]

Completed in 252 milliseconds

1234567891011>>