Lines Matching refs:file
291 print(HTMLHEADER,file=f)
296 print("<h1>Compiler %s</h1>" % compiler,file=f)
301 print("<h2>Core %s</h2>" % build,file=f)
312 … print("<p><font color=\"red\">Error generating %s</font></p><PRE>" % s,file=f)
313 print(res.msg,file=f)
314 print("</PRE>",file=f)
330 print("<p><font color=\"red\">Error building %s</font></p><PRE>" % s,file=f)
331 print(res.msg,file=f)
332 print("</PRE>",file=f)
338 print("<p><font color=\"red\">Error running %s</font></p><PRE>" % s,file=f)
339 print(res.msg,file=f)
340 print("</PRE>",file=f)
344 print(res.msg,file=o)
353 … print("<p><font color=\"red\">Error processing %s result</font></p><PRE>" % s,file=f)
354 print(res.msg,file=f)
355 print("</PRE>",file=f)
362 print(res.msg,file=f)
363 print(HTMLFOOTER,file=f)