Searched refs:copy2 (Results 1 – 1 of 1) sorted by relevance
51 char *copy2 = strdupa (tests[i].str2); in do_test() local52 if (compare (tests[i].str2, copy2, 0)) in do_test()54 printf ("FAIL: \"%s\" != \"%s\"\n", tests[i].str2, copy2); in do_test()
Completed in 4 milliseconds