Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dminicheck.c142 #define SUBTEST_LEN (50) // informative, but not too long macro
144 static char _check_current_subtest[SUBTEST_LEN];
160 vsnprintf(_check_current_subtest, SUBTEST_LEN, fmt, ap); in set_subtest()
163 for (size_t i = 0; i < SUBTEST_LEN; ++i) { in set_subtest()
168 _check_current_subtest[SUBTEST_LEN - 1] = '\0'; // ensure termination in set_subtest()