Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/
Dtest_printf.c94 __test(const char *expect, int elen, const char *fmt, ...) in __test() function
135 __test(expect, strlen(expect), fmt, ##__VA_ARGS__)
146 __test("xxx\0yyy", 7, "xxx%cyyy", '\0'); in test_basic()