Home | History | Annotate | Download | only in testutil

Lines Matching refs:st2

278 int test_str_eq(const char *file, int line, const char *st1, const char *st2,
284 test_fail_string_message(NULL, file, line, "string", st1, st2, "==",
292 int test_str_ne(const char *file, int line, const char *st1, const char *st2,
298 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=",
306 int test_strn_eq(const char *file, int line, const char *st1, const char *st2,
312 test_fail_string_message(NULL, file, line, "string", st1, st2, "==",
320 int test_strn_ne(const char *file, int line, const char *st1, const char *st2,
326 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=",
334 int test_mem_eq(const char *file, int line, const char *st1, const char *st2,
340 test_fail_memory_message(NULL, file, line, "memory", st1, st2, "==",
347 int test_mem_ne(const char *file, int line, const char *st1, const char *st2,
355 test_fail_memory_message(NULL, file, line, "memory", st1, st2, "!=",