Searched defs:m_msg (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dexceptions_test.cpp49 const char* m_msg; member in struct:test_error_data
62 snprintf(buf, buflen, "Message: %s", data->m_msg);
72 data.m_msg = msg;
H A Dparser.hpp50 mutable std::string m_msg; member in class:atf::parser::parse_error
68 mutable std::string m_msg; member in class:atf::parser::parse_errors
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess_test.c113 char *m_msg; member in struct:capture_stream
129 s->m_msg = NULL;
140 s->m_msg = atf_utils_readline(atf_process_child_stdout(c));
143 s->m_msg = atf_utils_readline(atf_process_child_stderr(c));
158 ATF_CHECK(atf_utils_grep_string("stdout: msg", s->m_msg));
159 ATF_CHECK(!atf_utils_grep_string("stderr: msg", s->m_msg));
162 ATF_CHECK(!atf_utils_grep_string("stdout: msg", s->m_msg));
163 ATF_CHECK(atf_utils_grep_string("stderr: msg", s->m_msg));
169 free(s->m_msg);
398 const char *m_msg; member in struct:child_print_data
[all...]

Completed in 68 milliseconds