/freebsd/crypto/heimdal/lib/asn1/ |
H A D | asn1_print.c | 68 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 D | geom_subr.sh | 67 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 D | slc-lex.l | 69 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 D | slc.h | 52 void error_message (const char *format, ...);
|
H A D | slc-lex.c | 1777 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 D | ChangeLog | 185 * make_cmds.h (error_message, yylex): add prototypes 248 * parse.y: prototype for error_message
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | system_error.cpp | 84 const char* error_message = handle_strerror_r_return(::strerror_r(ev, buffer, strerror_buff_size), buffer); 86 if (!error_message[0]) { in handle_strerror_r_return() 88 error_message = buffer; in handle_strerror_r_return() 91 return string(error_message); 120 const char *error_message = handle_strerror_r_return( do_strerror_r() local
|
/freebsd/contrib/com_err/ |
H A D | com_err.c | 44 error_message (long code) in error_message() function 78 fprintf(stderr, "%s ", error_message(code)); in default_proc()
|
H A D | version-script.map | 12 error_message;
|
H A D | com_err.h | 51 error_message (long);
|
/freebsd/crypto/heimdal/lib/com_err/ |
H A D | com_err.c | 47 error_message (long code) in error_message() function 81 fprintf(stderr, "%s ", error_message(code)); in default_proc()
|
H A D | version-script.map | 12 error_message;
|
H A D | com_err.h | 51 error_message (long);
|
H A D | ChangeLog | 85 * 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 D | misc_test.sh | 102 if ! error_message=$(geom_load_class_if_needed nop); then 103 atf_skip "$error_message"
|
/freebsd/tests/sys/geom/class/mirror/ |
H A D | component_selection.sh | 16 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 D | inherit_001_pos.ksh | 294 error_message=$2 297 log_fail "$error_message"
|
/freebsd/contrib/googletest/googletest/src/ |
H A D | gtest-death-test.cc | 579 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/contrib/telnet/libtelnet/ |
H A D | kerberos5.c | 98 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 D | GDBRemoteCommunicationServer.h | 66 const char *error_message);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common.cpp | 114 void ReportErrorSummary(const char *error_message, const char *alt_tool_name) { in ReportErrorSummary() argument 120 error_message); in ReportErrorSummary()
|
H A D | sanitizer_common.h | 387 void ReportErrorSummary(const char *error_message,
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | error_string.c | 288 cstr = error_message(code); in krb5_get_error_message()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectWatchpoint.cpp | 913 if (const char *error_message = error.AsCString(nullptr)) in DoExecute() local 914 result.AppendError(error_message); in DoExecute()
|
/freebsd/crypto/openssh/ |
H A D | defines.h | 725 # define krb5_get_err_text(context,code) error_message(code)
|