Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c++/detail/
H A Dexceptions_test.cpp49 const char* m_msg; member
62 snprintf(buf, buflen, "Message: %s", data->m_msg); in test_format()
72 data.m_msg = msg; in test_error()
/netbsd-src/external/bsd/atf/dist/atf-c/detail/
H A Dprocess_test.c113 char *m_msg; member
129 s->m_msg = NULL; in capture_stream_init()
140 s->m_msg = atf_utils_readline(atf_process_child_stdout(c)); in capture_stream_process()
143 s->m_msg = atf_utils_readline(atf_process_child_stderr(c)); in capture_stream_process()
158 ATF_CHECK(atf_utils_grep_string("stdout: msg", s->m_msg)); in capture_stream_fini()
159 ATF_CHECK(!atf_utils_grep_string("stderr: msg", s->m_msg)); in capture_stream_fini()
162 ATF_CHECK(!atf_utils_grep_string("stdout: msg", s->m_msg)); in capture_stream_fini()
163 ATF_CHECK(atf_utils_grep_string("stderr: msg", s->m_msg)); in capture_stream_fini()
169 free(s->m_msg); in capture_stream_fini()
398 const char *m_msg; member
[all …]
/netbsd-src/external/bsd/atf/dist/tools/
H A Dparser.cpp61 m_msg = oss.str(); in what()
62 return m_msg.c_str(); in what()
81 m_msg.clear(); in parse_errors()
94 m_msg = tools::text::join(*this, "\n"); in what()
95 return m_msg.c_str(); in what()
H A Dparser.hpp50 mutable std::string m_msg; member in tools::parser::parse_error
68 mutable std::string m_msg; member in tools::parser::parse_errors
/netbsd-src/external/gpl3/gdb/dist/gdbsupport/
H A DChangeLog-2020-202159 <m_msg>: New.