Lines Matching refs:errors
52 int64_t errors; in main() local
171 if ((errors = check_results (number_of_rows, number_of_columns, in main()
178 printf ("Error: %ld differences in the results detected\n", errors); in main()
187 errors); in main()
218 int errors = 0; in get_user_options() local
281 errors++; in get_user_options()
287 errors++; in get_user_options()
293 errors++; in get_user_options()
299 errors++; in get_user_options()
303 if (errors != 0) in get_user_options()
305 printf ("There are %d input error (s)\n", errors); exit (-1); in get_user_options()
308 return (errors); in get_user_options()
319 int64_t errors) in print_all_results() argument
322 (errors == 0) ? "passed" : "failed", in print_all_results()
334 int64_t errors = 0; in check_results() local
361 errors++; in check_results()
365 if (errors > 0) in check_results()
368 errors,m,n); in check_results()
373 return (errors); in check_results()