Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/atf/atf-c/
Dcheck_test.c319 const char *path = atf_check_result_stdout(&result); in ATF_TC_BODY()
343 RE(atf_fs_path_init_fmt(&out, "%s", atf_check_result_stdout(&result))); in ATF_TC_BODY()
414 out1 = atf_check_result_stdout(&result1); in ATF_TC_BODY()
415 out2 = atf_check_result_stdout(&result2); in ATF_TC_BODY()
Dcheck.h47 const char *atf_check_result_stdout(const atf_check_result_t *);
Dcheck.c353 atf_check_result_stdout(const atf_check_result_t *r) in atf_check_result_stdout() function
/freebsd-12-stable/contrib/atf/atf-c++/
Dcheck.cpp89 return atf_check_result_stdout(&m_result); in stdout_path()