Home
last modified time | relevance | path

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

12

/freebsd-13-stable/crypto/heimdal/lib/asn1/
HDasn1_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-stable/tests/sys/geom/class/
HDgeom_subr.sh64 if ! error_message=$(geom_load_class_if_needed $class); then
65 atf_skip "$error_message"
71 if ! error_message=$(geom_load_class_if_needed $class); then
72 echo "1..0 # SKIP $error_message"
/freebsd-13-stable/crypto/heimdal/lib/sl/
HDslc-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()
HDslc.h52 void error_message (const char *format, ...);
HDslc-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()
HDChangeLog185 * make_cmds.h (error_message, yylex): add prototypes
248 * parse.y: prototype for error_message
/freebsd-13-stable/contrib/llvm-project/libcxx/src/
HDsystem_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-13-stable/crypto/heimdal/lib/com_err/
HDcom_err.c47 error_message (long code) in error_message() function
81 fprintf(stderr, "%s ", error_message(code)); in default_proc()
HDversion-script.map12 error_message;
HDcom_err.h51 error_message (long);
HDChangeLog85 * 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-stable/contrib/com_err/
HDcom_err.c44 error_message (long code) in error_message() function
78 fprintf(stderr, "%s ", error_message(code)); in default_proc()
HDversion-script.map12 error_message;
HDcom_err.h51 error_message (long);
/freebsd-13-stable/tests/sys/geom/class/mirror/
HDcomponent_selection.sh16 if ! error_message=$(geom_load_class_if_needed nop); then
17 atf_skip "$error_message"
/freebsd-13-stable/tests/sys/geom/class/eli/
HDmisc_test.sh102 if ! error_message=$(geom_load_class_if_needed nop); then
103 atf_skip "$error_message"
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inheritance/
HDinherit_001_pos.ksh294 error_message=$2
297 log_fail "$error_message"
/freebsd-13-stable/contrib/googletest/googletest/src/
HDgtest-death-test.cc579 const std::string error_message = GetErrorLogs(); in Passed() local
589 << FormatDeathTestOutput(error_message); in Passed()
594 << FormatDeathTestOutput(error_message); in Passed()
599 << FormatDeathTestOutput(error_message); in Passed()
603 if (matcher_.Matches(error_message)) { in Passed()
611 << FormatDeathTestOutput(error_message); in Passed()
617 << FormatDeathTestOutput(error_message); in Passed()
/freebsd-13-stable/contrib/telnet/libtelnet/
HDkerberos5.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-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServer.h66 const char *error_message);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_common.cpp114 void ReportErrorSummary(const char *error_message, const char *alt_tool_name) { in ReportErrorSummary() argument
120 error_message); in ReportErrorSummary()
HDsanitizer_common.h387 void ReportErrorSummary(const char *error_message,
/freebsd-13-stable/crypto/heimdal/lib/krb5/
HDerror_string.c288 cstr = error_message(code); in krb5_get_error_message()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectWatchpoint.cpp913 if (const char *error_message = error.AsCString(nullptr)) in DoExecute() local
914 result.AppendError(error_message); in DoExecute()
/freebsd-13-stable/crypto/openssh/
HDdefines.h751 # define krb5_get_err_text(context,code) error_message(code)

12