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

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-common.c49 async_reason_lookup (enum async_reply_reason reason) argument
51 return async_reason_string_lookup[reason];
/netbsd-current/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-common.c49 async_reason_lookup (enum async_reply_reason reason) argument
51 return async_reason_string_lookup[reason];
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dcheck-cracklib.pl84 my $reason = shift;
85 print "$reason\n";
100 my $reason;
102 $reason = check_basic($params{'principal'}, $params{'new-password'});
103 badpassword($reason) if ($reason ne "ok");
105 $reason = fascist_check($params{'new-password'}, $database);
106 badpassword($reason) if ($reason ne "ok");
108 $reason
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dsim-reason.c28 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc) argument
33 *reason = engine->reason;
34 switch (*reason)
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dsim-reason.c32 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc) argument
37 *reason = engine->reason;
38 switch (*reason)
/netbsd-current/external/mpl/bind/dist/bin/tests/system/ednscompliance/
H A Dtests.sh26 ret=0 reason=
30 reason="version"
32 if [ $ret != 0 ]; then echo_i "failed $reason"; fi
36 ret=0 reason=
41 reason="option"
43 if [ $ret != 0 ]; then echo_i "failed $reason"; fi
48 ret=0 reason=
52 reason="flags"
54 if [ $ret != 0 ]; then echo_i "failed $reason"; fi
59 ret=0 reason
[all...]
/netbsd-current/sys/arch/alpha/stand/common/
H A Dbootxx.c88 const char *reason; local
97 reason = "Can't open boot device.";
103 reason = "Can't open /boot.";
108 reason = "/boot too large.";
113 reason = "/boot load failed.";
120 reason = "Secondary boot returned!";
124 putstr(reason);
/netbsd-current/sys/arch/sbmips/stand/common/
H A Dbootxx.c84 const char *reason; local
94 reason = "Can't open boot device.";
100 reason = "Can't open /boot.";
105 reason = "/boot too large.";
110 reason = "/boot load failed.";
119 reason = "Secondary boot returned!";
123 putstr(reason);
/netbsd-current/sys/arch/evbmips/stand/sbmips/common/
H A Dbootxx.c84 const char *reason; local
94 reason = "Can't open boot device.";
100 reason = "Can't open /boot.";
105 reason = "/boot too large.";
110 reason = "/boot load failed.";
119 reason = "Secondary boot returned!";
123 putstr(reason);
/netbsd-current/external/bsd/kyua-testers/dist/
H A Dresult.c53 /// \param reason Textual explanation of the reason behind the result. Must be
59 const char* reason, ...)
61 assert(type == KYUA_RESULT_PASSED || reason != NULL);
62 assert(reason == NULL || type != KYUA_RESULT_PASSED);
68 if (reason != NULL) {
71 va_start(ap, reason);
72 (void)vsnprintf(buffer, sizeof(buffer), reason, ap);
58 kyua_result_write(const char* path, const enum kyua_result_type_t type, const char* reason, ...) argument
H A Datf_result.c155 /// \param [out] need_reason Whether the detected status requires a reason.
216 /// Extracts the result reason from the input file.
218 /// \pre This can only be called for those result types that require a reason.
221 /// \param first_line The first line of the reason. Because this is part of the
224 /// \param [out] output Buffer to which to write the full reason.
227 /// \return An error if there was no reason in the input or if there is a
235 "failure reason but didn't");
249 return kyua_libc_error_new(errno, "Failed to read reason from "
265 /// \param [out] reason Textual explanation of the result, if any.
266 /// \param reason_size Length of the reason outpu
270 read_atf_result(const char* input_name, enum atf_status* status, int* status_arg, char* const reason, const size_t reason_size) argument
339 convert_broken(const char* reason, int status, const char* output, bool* success) argument
368 convert_expected_death(const char* reason, int status, const char* output, bool* success) argument
395 convert_expected_exit(const int status_arg, const char* reason, int status, const char* output, bool* success) argument
430 convert_expected_failure(const char* reason, int status, const char* output, bool* success) argument
466 convert_expected_signal(const int status_arg, const char* reason, int status, const char* output, bool* success) argument
527 convert_failed(const char* reason, int status, const char* output, bool* success) argument
595 convert_skipped(const char* reason, int status, const char* output, bool* success) argument
633 convert_result(const enum atf_status status, const int status_arg, const char* reason, const int wait_status, const bool timed_out, const char* output, bool* success) argument
700 enum atf_status status; int status_arg; char reason[1024]; local
[all...]
/netbsd-current/external/bsd/kyua-cli/dist/engine/
H A Dtest_result.cpp42 /// \param reason_ The reason explaining the result, if any. It is OK for this
76 std::string type, reason;
80 reason = "";
83 reason = line.substr(pos + 2);
89 reason += "<<NEWLINE>>" + line;
93 reason += "<<NEWLINE>>" + line;
97 return test_result(broken, reason);
99 return test_result(expected_failure, reason);
101 return test_result(failed, reason);
103 return test_result(passed, reason);
126 engine::test_result::reason(void) const function in class:engine::test_result
194 const std::string& reason = object.reason(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DFatalErrorHandler.cpp14 static void aborting_fatal_error_handler(void *, const std::string &reason, argument
18 fprintf(stderr, "LIBCLANG FATAL ERROR: %s\n", reason.c_str());
/netbsd-current/external/mpl/dhcp/dist/client/scripts/
H A Dnextstep6 # support aliases and lots of things were breaking for no good reason
10 if [ x$reason = xPREINIT ]; then
14 if [ x$reason = xBOUND ] || [ x$reason = xRENEW ] || \
15 [ x$reason = xREBIND ] || [ x$reason = xREBOOT ]; then
52 if [ x$reason = xEXPIRE ] || [ x$reason = xFAIL ] || [ x$reason = xRELEASE ] \
53 || [ x$reason
[all...]
H A Dbsdos89 if [ x$reason = xMEDIUM ]; then
100 if [ x$reason = xPREINIT ]; then
110 if [ x$reason = xARPCHECK ] || [ x$reason = xARPSEND ]; then
114 if [ x$reason = xBOUND ] || [ x$reason = xRENEW ] || \
115 [ x$reason = xREBIND ] || [ x$reason = xREBOOT ]; then
147 [ x$reason = xBOUND ] || [ x$reason
[all...]
/netbsd-current/external/mpl/bind/dist/bin/tests/system/
H A Dpytest_custom_markers.py21 not os.environ.get("CI_ENABLE_ALL_TESTS"), reason="CI_ENABLE_ALL_TESTS not set"
37 not feature_test("--have-libxml2"), reason="libxml2 support disabled in the build"
41 not feature_test("--have-json-c"), reason="json-c support disabled in the build"
/netbsd-current/tests/ipf/
H A Dh_common.sh70 local reason="${1}"; shift
74 atf_expect_fail '${reason}'; \
85 local reason="${1}"; shift
91 atf_expect_fail '${reason}'; \
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-exceptions.h29 /* Reasons for calling throw_exceptions(). NOTE: all reason values
41 #define RETURN_MASK(reason) (1 << (int)(-reason))
117 : reason ((enum return_reason) 0),
123 : reason (r),
131 : reason (r),
144 : reason (other.reason),
154 reason = other.reason;
186 enum return_reason reason; member in struct:gdb_exception
[all...]
H A Dcommon-exceptions.cc136 if (exception->reason < 0)
138 if (mask & RETURN_MASK (exception->reason))
175 enum return_reason reason = exception.reason; local
177 longjmp (catchers.front ().buf, reason);
185 if (exception.reason == RETURN_QUIT)
187 else if (exception.reason == RETURN_ERROR)
190 gdb_assert_not_reached ("invalid return reason");
194 throw_it (enum return_reason reason, enum errors error, const char *fmt, argument
197 if (reason
[all...]
/netbsd-current/external/bsd/atf/dist/atf-c/
H A Dtc.c158 * because the caller needs to clean up the reason object before terminating.
162 const atf_dynstr_t *reason)
171 INV(arg == -1 || reason != NULL);
177 if (reason != NULL) {
186 r = atf_dynstr_cstring(reason);
201 errno, "Failed to write results file; result %s, reason %s", result,
202 reason == NULL ? "null" : atf_dynstr_cstring(reason));
207 * The input reason is released in all cases.
214 atf_dynstr_t *reason)
161 write_resfile(const int fd, const char *result, const int arg, const atf_dynstr_t *reason) argument
213 create_resfile(const char *resfile, const char *result, const int arg, atf_dynstr_t *reason) argument
244 atf_dynstr_t reason; local
287 expected_failure(struct context *ctx, atf_dynstr_t *reason) argument
296 fail_requirement(struct context *ctx, atf_dynstr_t *reason) argument
311 fail_check(struct context *ctx, atf_dynstr_t *reason) argument
346 skip(struct context *ctx, atf_dynstr_t *reason) argument
371 format_reason_ap(atf_dynstr_t *out_reason, const char *source_file, const size_t source_line, const char *reason, va_list ap) argument
396 format_reason_fmt(atf_dynstr_t *out_reason, const char *source_file, const size_t source_line, const char *reason, ...) argument
417 atf_dynstr_t reason; local
424 atf_dynstr_t reason; local
481 atf_dynstr_t reason; local
514 atf_dynstr_t reason; local
828 atf_dynstr_t reason; local
842 atf_dynstr_t reason; local
856 atf_dynstr_t reason; local
870 atf_dynstr_t reason; local
896 atf_dynstr_t reason; local
932 _atf_tc_expect_fail(struct context *ctx, const char *reason, va_list ap) argument
947 _atf_tc_expect_exit(struct context *ctx, const int exitcode, const char *reason, va_list ap) argument
964 _atf_tc_expect_signal(struct context *ctx, const int signo, const char *reason, va_list ap) argument
981 _atf_tc_expect_death(struct context *ctx, const char *reason, va_list ap) argument
998 _atf_tc_expect_timeout(struct context *ctx, const char *reason, va_list ap) argument
1029 atf_dynstr_t reason; local
1035 atf_dynstr_t reason; local
1176 atf_tc_expect_fail(const char *reason, ...) argument
1188 atf_tc_expect_exit(const int exitcode, const char *reason, ...) argument
1200 atf_tc_expect_signal(const int signo, const char *reason, ...) argument
1212 atf_tc_expect_death(const char *reason, ...) argument
1224 atf_tc_expect_timeout(const char *reason, ...) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dcommon-exceptions.cc136 if (exception->reason < 0)
138 if (mask & RETURN_MASK (exception->reason))
175 enum return_reason reason = exception.reason; local
177 longjmp (catchers.front ().buf, reason);
185 if (exception.reason == RETURN_QUIT)
187 else if (exception.reason == RETURN_ERROR)
190 gdb_assert_not_reached ("invalid return reason");
194 throw_it (enum return_reason reason, enum errors error, const char *fmt, argument
197 if (reason
[all...]
H A Dcommon-exceptions.h28 /* Reasons for calling throw_exceptions(). NOTE: all reason values
40 #define RETURN_MASK(reason) (1 << (int)(-reason))
116 : reason ((enum return_reason) 0),
122 : reason (r),
130 : reason (r),
143 : reason (other.reason),
153 reason = other.reason;
168 enum return_reason reason; member in struct:gdb_exception
[all...]
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Derrors.cc60 enum cpp_warning_reason reason, rich_location *richloc,
67 ret = pfile->cb.diagnostic (pfile, level, reason, richloc, _(msgid), ap);
77 enum cpp_warning_reason reason,
82 return cpp_diagnostic_at (pfile, level, reason, &richloc, msgid, ap);
102 /* Print a warning. The warning reason may be given in REASON. */
105 cpp_warning (cpp_reader * pfile, enum cpp_warning_reason reason, argument
113 ret = cpp_diagnostic (pfile, CPP_DL_WARNING, reason, msgid, &ap);
119 /* Print a pedantic warning. The warning reason may be given in REASON. */
122 cpp_pedwarning (cpp_reader * pfile, enum cpp_warning_reason reason, argument
130 ret = cpp_diagnostic (pfile, CPP_DL_PEDWARN, reason, msgi
59 cpp_diagnostic_at(cpp_reader * pfile, enum cpp_diagnostic_level level, enum cpp_warning_reason reason, rich_location *richloc, const char *msgid, va_list *ap) argument
76 cpp_diagnostic(cpp_reader * pfile, enum cpp_diagnostic_level level, enum cpp_warning_reason reason, const char *msgid, va_list *ap) argument
140 cpp_warning_syshdr(cpp_reader * pfile, enum cpp_warning_reason reason, const char *msgid, ...) argument
156 cpp_warning_at(cpp_reader *pfile, enum cpp_warning_reason reason, rich_location *richloc, const char *msgid, ...) argument
176 cpp_pedwarning_at(cpp_reader * pfile, enum cpp_warning_reason reason, rich_location *richloc, const char *msgid, ...) argument
195 cpp_diagnostic_with_line(cpp_reader * pfile, enum cpp_diagnostic_level level, enum cpp_warning_reason reason, location_t src_loc, unsigned int column, const char *msgid, va_list *ap) argument
234 cpp_warning_with_line(cpp_reader *pfile, enum cpp_warning_reason reason, location_t src_loc, unsigned int column, const char *msgid, ...) argument
253 cpp_pedwarning_with_line(cpp_reader *pfile, enum cpp_warning_reason reason, location_t src_loc, unsigned int column, const char *msgid, ...) argument
273 cpp_warning_with_line_syshdr(cpp_reader *pfile, enum cpp_warning_reason reason, location_t src_loc, unsigned int column, const char *msgid, ...) argument
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Ddsn.c15 /* const char *reason; /* human-readable text */
23 /* DSN *dsn_create(status, action, reason, dtype, dtext, mtype, mname)
26 /* const char *reason;
38 /* DSN *DSN_ASSIGN(dsn, status, action, reason, dtype, dtext,
43 /* const char *reason;
49 /* DSN *DSN_SIMPLE(dsn, status, action, reason)
53 /* const char *reason;
78 /* .IP reason
99 /* Panic: null or empty status or reason.
127 DSN *dsn_create(const char *status, const char *action, const char *reason, argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DErrorHandling.h26 const std::string& reason,
71 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const char *reason,
73 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const std::string &reason,
75 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(StringRef reason,
77 LLVM_ATTRIBUTE_NORETURN void report_fatal_error(const Twine &reason,

Completed in 474 milliseconds

1234567891011>>