Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/atf/dist/atf-c++/detail/
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/
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/
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()
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/gdb/
Dui-out.c836 if (!m_msg.empty ()) in flush()
837 m_stream->puts (m_msg.c_str ()); in flush()
860 && m_buffered_output.back ().m_msg.size () > 0 in write()
861 && m_buffered_output.back ().m_msg.back () != '\n') in write()
862 m_buffered_output.back ().m_msg.append (msg); in write()
Dui-out.h506 : m_msg (msg), m_wrap_hint (wrap_hint), m_flush (flush) in m_msg() function
516 std::string m_msg; member