Home
last modified time | relevance | path

Searched refs:m_msg (Results 1 – 4 of 4) sorted by relevance

/freebsd/sbin/setkey/
H A Dtest-pfkey.c139 struct sadb_msg m_msg; local
141 memset(&m_msg, 0, sizeof(m_msg));
142 m_msg.sadb_msg_version = PF_KEY_V2;
143 m_msg.sadb_msg_type = type;
144 m_msg.sadb_msg_errno = 0;
145 m_msg.sadb_msg_satype = SADB_SATYPE_ESP;
147 m_msg.sadb_msg_reserved = 0;
149 m_msg.sadb_msg_seq = 0;
150 m_msg.sadb_msg_pid = getpid();
153 memcpy(m_buf, &m_msg, m_len);
/freebsd/contrib/atf/atf-c++/detail/
H A Dexceptions_test.cpp46 const char* m_msg; member
59 snprintf(buf, buflen, "Message: %s", data->m_msg); in test_format()
69 data.m_msg = msg; in test_error()
/freebsd/contrib/atf/atf-c/detail/
H A Dprocess_test.c112 char *m_msg; member
128 s->m_msg = NULL; in capture_stream_init()
139 s->m_msg = atf_utils_readline(atf_process_child_stdout(c)); in capture_stream_process()
142 s->m_msg = atf_utils_readline(atf_process_child_stderr(c)); in capture_stream_process()
157 ATF_CHECK(atf_utils_grep_string("stdout: msg", s->m_msg)); in capture_stream_fini()
158 ATF_CHECK(!atf_utils_grep_string("stderr: msg", s->m_msg)); in capture_stream_fini()
161 ATF_CHECK(!atf_utils_grep_string("stdout: msg", s->m_msg)); in capture_stream_fini()
162 ATF_CHECK(atf_utils_grep_string("stderr: msg", s->m_msg)); in capture_stream_fini()
168 free(s->m_msg); in capture_stream_fini()
397 const char *m_msg; member
[all …]
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp3874 const char* const m_msg = ""; member in Catch::GeneratorException
3878 m_msg(msg) in GeneratorException()
10802 return m_msg; in what()