Searched defs:message (Results 26 - 50 of 227) sorted by relevance

12345678910

/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DError.cpp35 std::string _object_error_category::message(int EV) const { function in class:_object_error_category
/freebsd-current/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLDBServerUtilities.cpp30 (*m_stream_sp) << message; variable
/freebsd-current/contrib/libpcap/rpcapd/
H A Dlog.c46 static void rpcapd_vlog_stderr(log_priority priority, const char *message, va_list ap) argument
94 static void rpcapd_vlog_systemlog(log_priority priority, const char *message, argument
173 static void rpcapd_vlog_systemlog(log_priority priority, const char *message, argument
244 rpcapd_log(log_priority priority, const char *message, ...) argument
[all...]
/freebsd-current/contrib/ntp/libntp/lib/isc/nls/
H A Dmsgcat.c111 isc_msgcat_get(isc_msgcat_t *msgcat, int set, int message, argument
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest-test-part.cc45 std::string TestPartResult::ExtractSummary(const char* message) { argument
/freebsd-current/usr.sbin/bluetooth/sdpd/
H A Dlog.c50 log_emerg(char const *message, ...) argument
60 log_alert(char const *message, ...) argument
70 log_crit(char const *message, ...) argument
80 log_err(char const *message, argument
90 log_warning(char const *message, ...) argument
100 log_notice(char const *message, ...) argument
110 log_info(char const *message, ...) argument
120 log_debug(char const *message, ...) argument
[all...]
/freebsd-current/tools/tools/mcgrab/
H A Dmcgrab.cc72 void usage(string message) argument
/freebsd-current/tools/regression/netinet/arphold/
H A Darphold.c66 char message[MSG_SIZE]; local
/freebsd-current/usr.bin/talk/
H A Dio.c166 message(const char *string) function
/freebsd-current/usr.bin/tip/tip/
H A Dlog.c44 logent(char *group, char *num, char *acu, char *message) argument
/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DLLDBAssert.cpp23 static void DefaultAssertCallback(llvm::StringRef message, argument
/freebsd-current/kerberos5/lib/libroken/
H A Dfbsd_ossl_provider_load.c35 print_dlerror(char *message) argument
/freebsd-current/crypto/openssl/demos/digest/
H A DEVP_MD_xof.c30 const char message[] = "This is a test message."; variable
/freebsd-current/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp68 StreamString message; local
/freebsd-current/contrib/kyua/utils/cmdline/
H A Dexceptions.cpp46 cmdline::error::error(const std::string& message) : argument
61 cmdline::usage_error::usage_error(const std::string& message) : argument
/freebsd-current/contrib/kyua/utils/sqlite/
H A Dexceptions.cpp75 error(const optional< fs::path >& db_filename_, const std::string& message) argument
/freebsd-current/contrib/kyua/utils/config/
H A Dexceptions.cpp40 config::error::error(const std::string& message) : argument
73 invalid_key_error(const std::string& message) argument
89 invalid_key_value(const detail::tree_key& key, const std::string& message) argument
106 syntax_error(const std::string& message) argument
140 value_error(const std::string& message) argument
[all...]
/freebsd-current/contrib/kyua/utils/
H A Dsanity.cpp69 err_write(const std::string& message) argument
163 sanity_failure(const assert_type type, const char* file, const size_t line, const std::string& message) argument
168 std::cerr << ": " << message << "\\n"; local
[all...]
/freebsd-current/contrib/kyua/utils/process/
H A Disolation.cpp79 fail(const std::string& message, const int original_errno) argument
/freebsd-current/contrib/capsicum-test/
H A Dmqueue.cc73 const char* message = "xyzzy"; local
[all...]
/freebsd-current/contrib/atf/atf-c++/detail/
H A Dexceptions.cpp47 system_error(const std::string& who, const std::string& message, int sys_err) argument
/freebsd-current/crypto/openssh/contrib/
H A Dgnome-ssh-askpass1.c68 passphrase_dialog(char *message) argument
158 char *message; local
/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/
H A Dubsan_minimal_handlers.cpp10 static void message(const char *msg) { ubsan_message(msg); } function
12 static void message(const char *msg) { function
[all...]
/freebsd-current/lib/libc/tests/stdio/
H A Dgets_s_test.c37 static const char * message; variable
/freebsd-current/contrib/llvm-project/lldb/source/Expression/
H A DDiagnosticManager.cpp55 llvm::StringRef message = diagnostic->GetMessage(); local

Completed in 386 milliseconds

12345678910