Home
last modified time | relevance | path

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

/external/openssh/regress/unittests/test_helper/
Dtest_helper.c117 static char subtest_info[512]; variable
191 *subtest_info != '\0' ? " - " : "", subtest_info); in test_info()
210 *subtest_info = '\0'; in test_start()
229 *subtest_info = '\0'; in test_done()
247 vsnprintf(subtest_info, sizeof(subtest_info), fmt, ap); in test_subtest_info()
299 *subtest_info != '\0' ? " - " : "", subtest_info); in test_header()