Lines Matching defs:st2
276 int test_str_eq(const char *file, int line, const char *st1, const char *st2,
282 test_fail_string_message(NULL, file, line, "string", st1, st2, "==",
290 int test_str_ne(const char *file, int line, const char *st1, const char *st2,
296 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=",
304 int test_strn_eq(const char *file, int line, const char *st1, const char *st2,
310 test_fail_string_message(NULL, file, line, "string", st1, st2, "==",
318 int test_strn_ne(const char *file, int line, const char *st1, const char *st2,
324 test_fail_string_message(NULL, file, line, "string", st1, st2, "!=",
332 int test_mem_eq(const char *file, int line, const char *st1, const char *st2,
338 test_fail_memory_message(NULL, file, line, "memory", st1, st2, "==",
345 int test_mem_ne(const char *file, int line, const char *st1, const char *st2,
353 test_fail_memory_message(NULL, file, line, "memory", st1, st2, "!=",