Searched refs:total_errors (Results 1 – 2 of 2) sorted by relevance
265 size_t total_errors = 0; in main() local305 total_errors++; in main()397 if (total_errors) printf("Errors: %d\n", (int) total_errors); in main()406 return total_errors; in main()
272 total_errors = sum(results)273 print "Total errors found: %d" % total_errors275 return total_errors == 0