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