Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/com_err/
H A Dcom_err.c44 error_message (long code) in error_message() function
/freebsd-13.1/crypto/heimdal/lib/com_err/
H A Dcom_err.c47 error_message (long code) in error_message() function
/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
/freebsd-13.1/contrib/telnet/libtelnet/
H A Dkerberos5.c102 const char *error_message; in print_krb5_error() local
/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()
/freebsd-13.1/crypto/heimdal/lib/sl/
H A Dslc-lex.c1777 error_message (const char *format, ...) in error_message() function
/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc561 const std::string error_message = GetCapturedStderr(); in Passed() local
/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()