HomeSort by: relevance | last modified time | path
    Searched refs:reason (Results 1 - 25 of 1009) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/mi/
mi-common.c 49 async_reason_lookup (enum async_reply_reason reason)
51 return async_reason_string_lookup[reason];
  /src/external/gpl3/gdb.old/dist/gdb/mi/
mi-common.c 49 async_reason_lookup (enum async_reply_reason reason)
51 return async_reason_string_lookup[reason];
  /src/external/mpl/bind/dist/bin/tests/system/ednscompliance/
tests.sh 26 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...]
  /src/external/gpl3/gdb/dist/sim/common/
sim-reason.c 32 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc)
37 *reason = engine->reason;
38 switch (*reason)
  /src/external/gpl3/gdb.old/dist/sim/common/
sim-reason.c 32 sim_stop_reason (SIM_DESC sd, enum sim_stop *reason, int *sigrc)
37 *reason = engine->reason;
38 switch (*reason)
  /src/crypto/external/bsd/heimdal/dist/lib/kadm5/
check-cracklib.pl 84 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 = check_repeat($params{'principal'}, $params{'new-password'})
    [all...]
  /src/sys/arch/alpha/stand/common/
bootxx.c 88 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);
  /src/sys/arch/evbmips/stand/sbmips/common/
bootxx.c 84 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);
  /src/sys/arch/sbmips/stand/common/
bootxx.c 84 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);
  /src/external/bsd/kyua-testers/dist/
result.c 53 /// \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);
atf_result.c 155 /// \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 output buffer
700 enum atf_status status; int status_arg; char reason[1024]; local
    [all...]
  /src/external/bsd/kyua-cli/dist/engine/
test_result.cpp 42 /// \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...]
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
mark.py 24 not os.environ.get("CI_ENABLE_LONG_TESTS"), reason="CI_ENABLE_LONG_TESTS not set"
29 reason="CI_ENABLE_LIVE_INTERNET_TESTS not set", variable
53 return pytest.mark.skipif(os.getenv(key) != "1", reason=f"{name} is not supported")
57 os.getenv("FEATURE_DNSTAP") != "1", reason="DNSTAP support disabled in the build"
62 os.getenv("FEATURE_FIPS_MODE") == "1", reason="FIPS support enabled in the build"
66 os.getenv("FEATURE_LIBXML2") != "1", reason="libxml2 support disabled in the build"
70 os.getenv("FEATURE_LMDB") != "1", reason="LMDB support disabled in the build"
74 os.getenv("FEATURE_JSON_C") != "1", reason="json-c support disabled in the build"
78 not is_dnsrps_available(), reason="dnsrps disabled in the build"
89 reason="SOFTHSM2_CONF and SOFTHSM2_MODULE environmental variables must be set and pkcs11-tool and softhsm (…) variable
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/libclang/
FatalErrorHandler.cpp 14 static void aborting_fatal_error_handler(void *, const std::string &reason,
18 fprintf(stderr, "LIBCLANG FATAL ERROR: %s\n", reason.c_str());
  /src/external/mpl/dhcp/dist/client/scripts/
nextstep 6 # 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 = xSTOP ]; the
    [all...]
  /src/tests/ipf/
h_common.sh 70 local reason="${1}"; shift
74 atf_expect_fail '${reason}'; \
85 local reason="${1}"; shift
91 atf_expect_fail '${reason}'; \
  /src/external/bsd/atf/dist/atf-c/
tc.c 158 * 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)
244 atf_dynstr_t reason; local
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
1029 atf_dynstr_t reason; local
1035 atf_dynstr_t reason; local
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dap/
modules.exp 57 "body reason" breakpoint \
65 "body reason" new] module_event ignore
75 "body reason" breakpoint \
90 "body reason" removed
93 "body reason" breakpoint \
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dap/
modules.exp 56 "body reason" breakpoint \
64 "body reason" new] module_event ignore
74 "body reason" breakpoint \
89 "body reason" removed
92 "body reason" breakpoint \
  /src/external/gpl3/gcc/dist/libcpp/
errors.cc 60 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,
113 ret = cpp_diagnostic (pfile, CPP_DL_WARNING, reason, msgid, &ap);
119 /* Print a pedantic warning. The warning reason may be given in REASON. *
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
errors.cc 60 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,
113 ret = cpp_diagnostic (pfile, CPP_DL_WARNING, reason, msgid, &ap);
119 /* Print a pedantic warning. The warning reason may be given in REASON. *
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
ErrorHandling.h 26 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,
116 LLVM_ATTRIBUTE_NORETURN void report_bad_alloc_error(const char *Reason,
  /src/external/ibm-public/postfix/dist/src/global/
dsn.c 15 /* 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,
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
common-exceptions.cc 135 if (exception->reason < 0)
137 if (mask & RETURN_MASK (exception->reason))
170 /* Jump to the nearest CATCH_SJLJ block, communicating REASON to
171 that call via setjmp's return value. Note that REASON can't be
174 enum return_reason reason = exception.reason; local
176 longjmp (catchers.front ().buf, reason);
184 if (exception.reason == RETURN_QUIT)
186 else if (exception.reason == RETURN_FORCED_QUIT)
188 else if (exception.reason == RETURN_ERROR
    [all...]
  /src/external/gpl3/gdb.old/dist/gdbsupport/
common-exceptions.cc 135 if (exception->reason < 0)
137 if (mask & RETURN_MASK (exception->reason))
170 /* Jump to the nearest CATCH_SJLJ block, communicating REASON to
171 that call via setjmp's return value. Note that REASON can't be
174 enum return_reason reason = exception.reason; local
176 longjmp (catchers.front ().buf, reason);
184 if (exception.reason == RETURN_QUIT)
186 else if (exception.reason == RETURN_FORCED_QUIT)
188 else if (exception.reason == RETURN_ERROR
    [all...]

Completed in 40 milliseconds

1 2 3 4 5 6 7 8 91011>>