Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c123 static char subtest_info[512]; variable
234 *subtest_info != '\0' ? " - " : "", subtest_info); in test_info()
251 *subtest_info = '\0'; in test_start()
271 *subtest_info = '\0'; in test_done()
289 vsnprintf(subtest_info, sizeof(subtest_info), fmt, ap); in test_subtest_info()
346 *subtest_info != '\0' ? " - " : "", subtest_info); in test_header()