Home
last modified time | relevance | path

Searched refs:testcase_get_stderr_buf (Results 1 – 3 of 3) sorted by relevance

/dragonfly/usr.bin/dfregress/
H A Dtestcase.h115 const char *testcase_get_stderr_buf(prop_dictionary_t testcase);
H A Dtestcase.c560 testcase_get_stderr_buf(prop_dictionary_t testcase) in testcase_get_stderr_buf() function
/dragonfly/usr.bin/dfregress/fe/text/
H A Dfe_text.c193 printf("testcase stderr:\n%s\n", testcase_get_stderr_buf(testcase)); in runlist_parse_detail()