Home
last modified time | relevance | path

Searched refs:result2 (Results 1 – 1 of 1) sorted by relevance

/stdlib/
A Dtest-canon.c194 char *result2 = realpath (tests[i].in, NULL); in do_test() local
195 if ((result2 == NULL && result != NULL) in do_test()
196 || (result2 != NULL && strcmp (result, result2) != 0)) in do_test()
200 argv[0], result2, result); in do_test()
203 free (result2); in do_test()

Completed in 3 milliseconds