Searched refs:errors (Results 1 – 3 of 3) sorted by relevance
33 int errors = 0; in do_test() local48 errors = 1; in do_test()53 errors = 1; in do_test()57 errors |= wcscmp (wbuf, L"bcdefghija") != 0; in do_test()59 errors |= len != 10; in do_test()63 errors |= strcmp (buf, "bcdefghija") != 0; in do_test()65 errors |= len != 10; in do_test()68 return errors; in do_test()
59 ++errors; \68 int errors = 0; in do_test() local400 ++errors; in do_test()414 ++errors; in do_test()428 ++errors; in do_test()439 if (errors != 0) in do_test()441 printf (" %d error%s for `%s' locale\n\n\n", errors, in do_test()442 errors == 1 ? "" : "s", setlocale (LC_ALL, NULL)); in do_test()
82 % are clearly errors and you'd be hard pressed to
Completed in 7 milliseconds