Lines Matching refs:st2
277 int test_str_eq(const char *file, int line, const char *st1, const char *st2,
283 test_fail_string_message(NULL, file, line, "string", st1, st2, "==",
291 int test_str_ne(const char *file, int line, const char *st1, const char *st2,
297 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=",
305 int test_strn_eq(const char *file, int line, const char *st1, const char *st2,
311 test_fail_string_message(NULL, file, line, "string", st1, st2, "==",
319 int test_strn_ne(const char *file, int line, const char *st1, const char *st2,
325 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=",
333 int test_mem_eq(const char *file, int line, const char *st1, const char *st2,
339 test_fail_memory_message(NULL, file, line, "memory", st1, st2, "==",
346 int test_mem_ne(const char *file, int line, const char *st1, const char *st2,
354 test_fail_memory_message(NULL, file, line, "memory", st1, st2, "!=",