Home
last modified time | relevance | path

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

/dflybsd-src/usr.bin/dfregress/
H A Dkernel.c128 testcase_set_stdout_buf(testcase, testcase_get_stdout_buf(tkcase)); in run_kernel()
H A Dtestcase.h114 const char *testcase_get_stdout_buf(prop_dictionary_t testcase);
H A Dtestcase.c549 testcase_get_stdout_buf(prop_dictionary_t testcase) in testcase_get_stdout_buf() function
/dflybsd-src/usr.bin/dfregress/fe/text/
H A Dfe_text.c191 printf("testcase stdout:\n%s\n", testcase_get_stdout_buf(testcase)); in runlist_parse_detail()