Home | History | Annotate | Download | only in tools

Lines Matching full:write

107 out.write(targetHeader)
109 # write guards to prevent bad compiles
111 out.write("""\
116 out.write("\n")
120 sys.stderr.write("ignoring config item with no type '%s'\n" % item.name)
124 sys.stderr.write("ignoring config item with unknown type '%s': '%s'\n" % \
129 sys.stderr.write("ignoring config item with no default '%s' */" % item.name)
144 out.write("%s(\n %s,\n %s,\n %s,\n %s,\n %s)\n\n" % \
149 out.write("#undef %s\n" % m)
151 out.write("/* end of auto-generated file */\n")