Home
last modified time | relevance | path

Searched defs:message (Results 101 – 125 of 267) sorted by relevance

1234567891011

/freebsd/contrib/kyua/utils/sqlite/
H A Dexceptions.cpp76 const std::string& message) : in error()
/freebsd/sys/dev/sfxge/common/
H A Defx_intr.c275 __in unsigned int message, in efx_intr_status_message()
505 __in unsigned int message, in siena_intr_status_message()
H A Def10_intr.c167 __in unsigned int message, in ef10_intr_status_message()
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-test-part.h93 const char* message() const { return message_.c_str(); } in message() function
/freebsd/sys/dev/syscons/snake/
H A Dsnake_saver.c48 static u_char *message; variable
/freebsd/contrib/googletest/googletest/src/
H A Dgtest-internal-inl.h463 std::string message; member
1076 void SendLn(const std::string& message) { Send(message + "\n"); } in SendLn()
1092 void Send(const std::string& message) override { in Send()
1197 void SendLn(const std::string& message) { socket_writer_->SendLn(message); } in SendLn()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBCommandReturnObject.cpp189 void SBCommandReturnObject::AppendMessage(const char *message) { in AppendMessage()
195 void SBCommandReturnObject::AppendWarning(const char *message) { in AppendWarning()
H A DSBError.cpp28 SBError::SBError(const char *message) { in SBError()
/freebsd/crypto/heimdal/lib/krb5/
H A Drd_cred.c40 const char *message) in compare_addrs()
/freebsd/contrib/netbsd-tests/fs/fifofs/
H A Dt_fifo.c40 char message[MSG_SIZE] = MESSAGE; in child_writer() local
/freebsd/lib/libc/tests/stdio/
H A Dgets_s_test.c37 static const char * message; variable
/freebsd/tests/sys/kern/
H A Dunix_passfd_test.c162 char message[CMSG_SPACE(sizeof(int))]; in sendfd_payload() local
214 char *message; in recvfd_payload() local
745 char *message; in ATF_TC_BODY() local
878 char *cm, message[CMSG_SPACE(0) + CMSG_SPACE(sizeof(int))]; in ATF_TC_BODY() local
/freebsd/contrib/netbsd-tests/net/mcast/
H A Dmcast.c85 struct message { struct
86 size_t seq;
87 struct timespec ts;
/freebsd/sys/contrib/libsodium/test/default/
H A Daead_aes256gcm.c3088 unsigned char *message; in tv() local
/freebsd/usr.sbin/ppp/
H A Dpap.c114 SendPapCode(struct authinfo *authp, int code, const char *message) in SendPapCode()
/freebsd/contrib/kyua/utils/logging/
H A Doperations.cpp221 const std::string message = F("%s %s %s %s:%s: %s") % in log() local
/freebsd/tools/regression/security/cap_test/
H A Dcap_test_capabilities.c55 #define SYSCALL_FAIL(syscall, message) \ argument
/freebsd/contrib/llvm-project/lld/MachO/
H A DRelocations.cpp38 auto message = [&](const Twine &diagnostic) { in validateSymbolRelocation() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DDiagnostics.cpp113 void Diagnostics::Report(llvm::StringRef message) { in Report()
/freebsd/contrib/lua/src/
H A Dluac.c42 static void fatal(const char* message) in fatal()
54 static void usage(const char* message) in usage()
/freebsd/tools/regression/sockets/unix_gc/
H A Dunix_gc.c92 struct message { struct cmsghdr msg_hdr; int fd; } m; in sendfd() argument
/freebsd/tools/regression/security/access/
H A Dtestaccess.c120 reportprivilege(char *message) in reportprivilege()
/freebsd/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py62 def wpas_tag_read(message): argument
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DDiagnosticManager.h58 Diagnostic(llvm::StringRef message, DiagnosticSeverity severity, in Diagnostic()
/freebsd/sys/kern/
H A Dkern_boottrace.c429 boottrace_parse_message(char *message, char **eventname, char **tdname) in boottrace_parse_message()
448 char message[BT_MSGLEN]; in _boottrace_sysctl() local

1234567891011