Home
last modified time | relevance | path

Searched defs:error_message (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/com_err/
H A Dcom_err.c44 error_message (long code) in error_message() function
/freebsd/crypto/heimdal/lib/com_err/
H A Dcom_err.c47 error_message (long code) in error_message() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp120 const char *error_message = handle_strerror_r_return( do_strerror_r() local
/freebsd/contrib/telnet/libtelnet/
H A Dkerberos5.c98 const char *error_message; in print_krb5_error() local
/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()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectWatchpoint.cpp913 if (const char *error_message = error.AsCString(nullptr)) in DoExecute() local
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-lex.c1777 error_message (const char *format, ...) in error_message() function
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc579 const std::string error_message = GetErrorLogs(); in Passed() local
H A Dgtest.cc499 explicit FailureTest(const CodeLocation& loc, std::string error_message, in FailureTest()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3240 auto error_out = [&](llvm::StringRef error_message, std::string description) { in SaveTranscript()