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