Searched refs:__test (Results 1 – 1 of 1) sorted by relevance
94 __test(const char *expect, int elen, const char *fmt, ...) in __test() function135 __test(expect, strlen(expect), fmt, ##__VA_ARGS__)146 __test("xxx\0yyy", 7, "xxx%cyyy", '\0'); in test_basic()