Searched refs:errors (Results 1 – 3 of 3) sorted by relevance
38 int errors = 0; in do_test() local47 ++errors; in do_test()54 ++errors; in do_test()61 ++errors; in do_test()68 ++errors; in do_test()71 if (errors == 0) in do_test()79 printf ("%d errors.\n", errors); in do_test()
188 bool errors = false; in do_test() local221 errors = true; in do_test()228 return errors; in do_test()
58 size_t errors = 0; variable67 ++errors; in check()330 size_t olderrors = errors; in test_strcat()339 if (errors == olderrors) in test_strcat()353 if (errors != olderrors) in test_strcat()418 size_t olderrors = errors; in test_strncat()428 if (errors == olderrors) in test_strncat()442 if (errors != olderrors) in test_strncat()1642 if (errors == 0) in main()1650 printf("%Zd errors.\n", errors); in main()
Completed in 8 milliseconds