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

/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dcommon-debug.h127 m_msg = string_vprintf (fmt, args);
129 start_prefix, m_msg->c_str ());
155 if (m_msg.has_value ())
157 m_end_prefix, m_msg->c_str ());
188 gdb::optional<std::string> m_msg; member in struct:scoped_debug_start_end
/netbsd-current/external/bsd/atf/dist/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;
/netbsd-current/external/bsd/atf/dist/tools/
H A Dparser.cpp61 m_msg = oss.str();
62 return m_msg.c_str();
81 m_msg.clear();
94 m_msg = tools::text::join(*this, "\n");
95 return m_msg.c_str();
H A Dparser.hpp50 mutable std::string m_msg; member in class:tools::parser::parse_error
68 mutable std::string m_msg; member in class:tools::parser::parse_errors
/netbsd-current/external/bsd/atf/dist/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 203 milliseconds