Searched refs:count_result (Results 1 – 1 of 1) sorted by relevance
37 static int count_result(int err) in count_result() function1532 return count_result(do_test_raw(args.raw_test_num)); in test_raw()1535 err |= count_result(do_test_raw(i)); in test_raw()1919 return count_result(do_test_get_info(args.get_info_test_num)); in test_get_info()1922 err |= count_result(do_test_get_info(i)); in test_get_info()2060 return count_result(do_test_file(args.file_test_num)); in test_file()2063 err |= count_result(do_test_file(i)); in test_file()2365 err |= count_result(do_test_pprint()); in test_pprint()