Home
last modified time | relevance | path

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

12

/freebsd/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/tests/sys/geom/class/
H A Dgeom_subr.sh67 if ! error_message=$(geom_load_class_if_needed $class); then
68 atf_skip "$error_message"
74 if ! error_message=$(geom_load_class_if_needed $class); then
75 echo "1..0 # SKIP $error_message"
/freebsd/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/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp84 …const char* error_message = handle_strerror_r_return(::strerror_r(ev, buffer, strerror_buff_size),… in do_strerror_r() local
86 if (!error_message[0]) { in do_strerror_r()
88 error_message = buffer; in do_strerror_r()
91 return string(error_message); in do_strerror_r()
/freebsd/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/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/tests/sys/geom/class/eli/
H A Dmisc_test.sh102 if ! error_message=$(geom_load_class_if_needed nop); then
103 atf_skip "$error_message"
/freebsd/tests/sys/geom/class/mirror/
H A Dcomponent_selection.sh16 if ! error_message=$(geom_load_class_if_needed nop); then
17 atf_skip "$error_message"
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
H A Dinherit_001_pos.ksh294 error_message=$2
297 log_fail "$error_message"
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc577 const std::string error_message = GetErrorLogs(); in Passed() local
587 << FormatDeathTestOutput(error_message); in Passed()
592 << FormatDeathTestOutput(error_message); in Passed()
597 << FormatDeathTestOutput(error_message); in Passed()
601 if (matcher_.Matches(error_message)) { in Passed()
609 << FormatDeathTestOutput(error_message); in Passed()
615 << FormatDeathTestOutput(error_message); in Passed()
/freebsd/contrib/telnet/libtelnet/
H A Dkerberos5.c98 const char *error_message; in print_krb5_error() local
100 error_message = krb5_get_error_message(context, code); in print_krb5_error()
101 printf(msg, error_message); in print_krb5_error()
102 krb5_free_error_message(context, error_message); in print_krb5_error()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.h66 const char *error_message);
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp114 void ReportErrorSummary(const char *error_message, const char *alt_tool_name) { in ReportErrorSummary() argument
120 error_message); in ReportErrorSummary()
H A Dsanitizer_common.h388 void ReportErrorSummary(const char *error_message,
/freebsd/crypto/heimdal/lib/krb5/
H A Derror_string.c288 cstr = error_message(code); in krb5_get_error_message()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp964 if (const char *error_message = error.AsCString(nullptr)) in DoExecute() local
965 result.AppendError(error_message); in DoExecute()
/freebsd/crypto/openssh/
H A Ddefines.h725 # define krb5_get_err_text(context,code) error_message(code)

12