Searched refs:cpp_temp_file (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/binutils/binutils/
H A Dresrc.c135 static char *cpp_temp_file; variable
325 cpp_temp_file = (char *) xmalloc (strlen (fileprefix) + 5);
326 sprintf (cpp_temp_file, "%s.irc", fileprefix);
329 if (run_cmd (cmd, cpp_temp_file))
332 cpp_pipe = fopen (cpp_temp_file, FOPEN_RT);;
335 cpp_temp_file, strerror (errno));
340 cpp_temp_file);
551 if (cpp_temp_file != NULL)
555 unlink (cpp_temp_file);
557 free (cpp_temp_file);
[all...]

Completed in 59 milliseconds