Home
last modified time | relevance | path

Searched refs:error_message (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13.1/crypto/heimdal/lib/asn1/
H A Dasn1_print.c68 errx (1, "der_get_tag: %s", error_message (ret)); in loop()
87 errx (1, "der_get_tag: %s", error_message (ret)); in loop()
147 errx (1, "der_get_integer: %s", error_message (ret)); in loop()
156 error_message (ret)); in loop()
160 error_message (ret)); in loop()
173 errx (1, "der_get_octet_string: %s", error_message (ret)); in loop()
216 error_message (ret)); in loop()
238 error_message (ret)); in loop()
249 errx (1, "der_get_oid: %s", error_message (ret)); in loop()
253 errx (1, "der_print_heim_oid: %s", error_message (ret)); in loop()
[all …]
/freebsd-13.1/tests/sys/geom/class/
H A Dgeom_subr.sh65 if ! error_message=$(geom_load_class_if_needed $class); then
66 atf_skip "$error_message"
72 if ! error_message=$(geom_load_class_if_needed $class); then
73 echo "1..0 # SKIP $error_message"
/freebsd-13.1/crypto/heimdal/lib/sl/
H A Dslc-lex.l69 error_message (const char *format, ...)
83 error_message("%s\n", s); in yyerror()
120 error_message("unterminated comment, possibly started on line %d\n", start_lineno); in handle_comment()
138 error_message("unterminated string"); in handle_string()
H A Dslc.h52 void error_message (const char *format, ...);
H A Dslc-lex.c1777 error_message (const char *format, ...) in error_message() function
1791 error_message("%s\n", s); in yyerror()
1828 error_message("unterminated comment, possibly started on line %d\n", start_lineno); in handle_comment()
1846 error_message("unterminated string"); in handle_string()
H A DChangeLog185 * make_cmds.h (error_message, yylex): add prototypes
248 * parse.y: prototype for error_message
/freebsd-13.1/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp116 const char *error_message = handle_strerror_r_return( in do_strerror_r() local
119 if (!error_message[0]) { in do_strerror_r()
121 error_message = buffer; in do_strerror_r()
124 return string(error_message); in do_strerror_r()
/freebsd-13.1/contrib/com_err/
H A Dcom_err.c44 error_message (long code) in error_message() function
78 fprintf(stderr, "%s ", error_message(code)); in default_proc()
H A Dversion-script.map12 error_message;
H A Dcom_err.h51 error_message (long);
/freebsd-13.1/crypto/heimdal/lib/com_err/
H A Dcom_err.c47 error_message (long code) in error_message() function
81 fprintf(stderr, "%s ", error_message(code)); in default_proc()
H A Dversion-script.map12 error_message;
H A Dcom_err.h51 error_message (long);
H A DChangeLog85 * com_err.c (error_message): do not call strerror with a negative error
161 * parse.y: prototype for error_message
178 * com_err.c (error_message): try to pass code to strerror, to see
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc561 const std::string error_message = GetCapturedStderr(); in Passed() local
570 << " Error msg:\n" << FormatDeathTestOutput(error_message); in Passed()
574 << " Error msg:\n" << FormatDeathTestOutput(error_message); in Passed()
578 << " Error msg:\n" << FormatDeathTestOutput(error_message); in Passed()
584 const bool matched = RE::PartialMatch(error_message, *regex()); in Passed()
586 const bool matched = RE::PartialMatch(error_message.c_str(), *regex()); in Passed()
593 << "Actual msg:\n" << FormatDeathTestOutput(error_message); in Passed()
598 << "Actual msg:\n" << FormatDeathTestOutput(error_message); in Passed()
/freebsd-13.1/tests/sys/geom/class/eli/
H A Dmisc_test.sh103 if ! error_message=$(geom_load_class_if_needed nop); then
104 atf_skip "$error_message"
/freebsd-13.1/tests/sys/geom/class/mirror/
H A Dcomponent_selection.sh17 if ! error_message=$(geom_load_class_if_needed nop); then
18 atf_skip "$error_message"
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dinherit_001_pos.ksh293 error_message=$2
296 log_fail "$error_message"
/freebsd-13.1/contrib/telnet/libtelnet/
H A Dkerberos5.c102 const char *error_message; in print_krb5_error() local
104 error_message = krb5_get_error_message(context, code); in print_krb5_error()
105 printf(msg, error_message); in print_krb5_error()
106 krb5_free_error_message(context, error_message); in print_krb5_error()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.h71 const char *error_message);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp86 void ReportErrorSummary(const char *error_message, const char *alt_tool_name) { in ReportErrorSummary() argument
91 alt_tool_name ? alt_tool_name : SanitizerToolName, error_message); in ReportErrorSummary()
H A Dsanitizer_common.h364 void ReportErrorSummary(const char *error_message,
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Derror_string.c288 cstr = error_message(code); in krb5_get_error_message()
/freebsd-13.1/crypto/openssh/
H A Ddefines.h690 # define krb5_get_err_text(context,code) error_message(code)
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2949 auto error_out = [&](llvm::StringRef error_message, std::string description) { in SaveTranscript() argument
2951 error_message, output_file, description); in SaveTranscript()

12