Searched refs:m_msg (Results 1 – 5 of 5) sorted by relevance
49 const char* m_msg; member62 snprintf(buf, buflen, "Message: %s", data->m_msg); in test_format()72 data.m_msg = msg; in test_error()
113 char *m_msg; member129 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 …]
61 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()
50 mutable std::string m_msg; member in tools::parser::parse_error68 mutable std::string m_msg; member in tools::parser::parse_errors
59 <m_msg>: New.