Searched refs:temp_stdout_files (Results 1 – 1 of 1) sorted by relevance
6824 check_repro (char **temp_stdout_files, char **temp_stderr_files) in check_repro() argument6829 if (!files_equal_p (temp_stdout_files[i], temp_stdout_files[i + 1]) in check_repro()6986 char **temp_stdout_files = &temp_files[0]; in try_generate_repro() local7029 temp_stdout_files[attempt] = make_temp_file (".out"); in try_generate_repro()7038 status = run_attempt (new_argv, temp_stdout_files[attempt], in try_generate_repro()7050 if (!check_repro (temp_stdout_files, temp_stderr_files)) in try_generate_repro()7055 char **stderr_commented = &temp_stdout_files[RETRY_ICE_ATTEMPTS - 1]; in try_generate_repro()7069 unlink (temp_stdout_files[i]); in try_generate_repro()7070 free (temp_stdout_files[i]); in try_generate_repro()