Lines Matching refs:m_msg
112 char *m_msg; member
128 s->m_msg = NULL; in capture_stream_init()
139 s->m_msg = atf_utils_readline(atf_process_child_stdout(c)); in capture_stream_process()
142 s->m_msg = atf_utils_readline(atf_process_child_stderr(c)); in capture_stream_process()
157 ATF_CHECK(atf_utils_grep_string("stdout: msg", s->m_msg)); in capture_stream_fini()
158 ATF_CHECK(!atf_utils_grep_string("stderr: msg", s->m_msg)); in capture_stream_fini()
161 ATF_CHECK(!atf_utils_grep_string("stdout: msg", s->m_msg)); in capture_stream_fini()
162 ATF_CHECK(atf_utils_grep_string("stderr: msg", s->m_msg)); in capture_stream_fini()
168 free(s->m_msg); in capture_stream_fini()
397 const char *m_msg; member
406 fprintf(stdout, "stdout: %s\n", cpd->m_msg); in child_print()
407 fprintf(stderr, "stderr: %s\n", cpd->m_msg); in child_print()