Home | History | Annotate | Download | only in libc_test

Lines Matching refs:test_strcmp

126                          int (*test_strcmp)(const char *s1, const char *s2),
151 if (test_strcmp(align_str1, align_str2) != 0) {
163 int (*test_strcmp)(const char *s1, const char *s2),
184 if (test_strcmp(align_str1, align_str2) != 0) {
200 if (test_strcmp(align_str1, align_str2) == 0) {
208 if (test_strcmp(align_str1, align_str2) != 0) {
221 if (test_strcmp(align_str1, align_str2) == 0) {
230 bool doStrcmpCheckRead(int (*test_strcmp)(const char *s1, const char *s2),
268 if (test_strcmp(other_string, string) != 0) {
276 if (test_strcmp(string, other_string) != 0) {
288 if (test_strcmp(other_string, string) == 0) {
296 if (test_strcmp(string, other_string) == 0) {
304 bool runStrcmpTest(int (*test_strcmp)(const char *s1, const char *s2),
315 if (!doStrcmpExpectEqual(string1, string2, kStringAligns[i], test_strcmp,
337 kStringAligns[j], '\0', test_strcmp, verbose)) {
345 kStringAligns[j], '\0', test_strcmp, verbose)) {
352 if (!doStrcmpCheckRead(test_strcmp, verbose)) {