__test 92 lib/test_printf.c __test(const char *expect, int elen, const char *fmt, ...) __test 133 lib/test_printf.c __test(expect, strlen(expect), fmt, ##__VA_ARGS__) __test 144 lib/test_printf.c __test("xxx\0yyy", 7, "xxx%cyyy", '\0');