Lines Matching full:fprintf
67 fprintf(output_file, sz_case_result_fmt, sz_fail); in check_result()
68 fprintf(output_file, sz_case_details_fmt, in check_result()
70 fprintf(output_file, sz_case_end_fmt); in check_result()
74 fprintf(output_file, sz_case_result_fmt, sz_fail); in check_result()
75 fprintf(output_file, sz_case_details_fmt, "loop counter = "); in check_result()
76 fprintf(output_file, "%i !!!", i); in check_result()
77 fprintf(output_file, sz_case_end_fmt); in check_result()
80 fprintf(output_file, sz_case_result_fmt, sz_success); in check_result()
81 fprintf(output_file, sz_case_details_fmt, in check_result()
83 fprintf(output_file, sz_case_timing_fmt, in check_result()
86 fprintf(output_file, sz_case_end_fmt); in check_result()
103 * send all printf and fprintf to console in init_output()
149 fprintf(output_file, sz_module_title_fmt, in main()
151 fprintf(output_file, sz_kernel_ver_fmt, in main()
153 fprintf(output_file, in main()
169 fprintf(output_file, sz_module_result_fmt, in main()
172 fprintf(output_file, sz_module_result_fmt, in main()
176 fprintf(output_file, sz_module_result_fmt, sz_fail); in main()