Searched refs:atf_check_result_stdout (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck.h51 const char *atf_check_result_stdout(const atf_check_result_t *);
H A Dcheck_test.c324 const char *path = atf_check_result_stdout(&result);
348 RE(atf_fs_path_init_fmt(&out, "%s", atf_check_result_stdout(&result)));
419 out1 = atf_check_result_stdout(&result1);
420 out2 = atf_check_result_stdout(&result2);
H A Dcheck.c357 atf_check_result_stdout(const atf_check_result_t *r) function
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dcheck.cpp93 return atf_check_result_stdout(&m_result);

Completed in 13 milliseconds