Searched refs:VFPRINTF_LEN (Results 1 – 1 of 1) sorted by relevance
1766 #define VFPRINTF_LEN 25 macro1769 char buf[VFPRINTF_LEN + 80]; in expect_vfprintf()1780 written = vsnprintf(buf, VFPRINTF_LEN + 1, fmt, args); in expect_vfprintf()1786 if (expected_len > VFPRINTF_LEN) { in expect_vfprintf()1789 cmp_len = VFPRINTF_LEN; in expect_vfprintf()1795 llen += printf(" should be \"%.*s\"", VFPRINTF_LEN, expected); in expect_vfprintf()