Searched refs:cpp_temp_file (Results 1 – 2 of 2) sorted by relevance
129 static char *cpp_temp_file; variable319 cpp_temp_file = (char *) xmalloc (strlen (fileprefix) + 5); in open_input_stream()320 sprintf (cpp_temp_file, "%s.irc", fileprefix); in open_input_stream()323 if (run_cmd (cmd, cpp_temp_file)) in open_input_stream()326 cpp_pipe = fopen (cpp_temp_file, FOPEN_RT); in open_input_stream()329 cpp_temp_file, strerror (errno)); in open_input_stream()334 cpp_temp_file); in open_input_stream()581 if (cpp_temp_file != NULL) in close_input_stream()585 unlink (cpp_temp_file); in close_input_stream()587 free (cpp_temp_file); in close_input_stream()[all …]
2023 * resrc.c (cpp_temp_file): New static variable.