Searched refs:libc_result (Results 1 – 1 of 1) sorted by relevance
62 int libc_result = strcmp(test_data[i*2], test_data[i*2 + 1]); in TEST() local63 if (libc_result > 1) in TEST()64 libc_result = 1; in TEST()65 else if (libc_result < -1) in TEST()66 libc_result = -1; in TEST()67 ASSERT_EQ(my_strcmp(test_data[i*2], test_data[i*2 + 1]), libc_result); in TEST()