Searched refs:count_result (Results 1 – 1 of 1) sorted by relevance
45 static int count_result(int err) in count_result() function3706 return count_result(do_test_raw(args.raw_test_num)); in test_raw()3709 err |= count_result(do_test_raw(i)); in test_raw()4093 return count_result(do_test_get_info(args.get_info_test_num)); in test_get_info()4096 err |= count_result(do_test_get_info(i)); in test_get_info()4284 return count_result(do_test_file(args.file_test_num)); in test_file()4287 err |= count_result(do_test_file(i)); in test_file()4964 err |= count_result(do_test_pprint(0)); in test_pprint()4975 err |= count_result(do_test_pprint(i)); in test_pprint()6249 return count_result(do_test_info_raw(args.info_raw_test_num)); in test_info_raw()[all …]