Lines Matching refs:write
13 # along with this program; if not, write to the Free Software
63 """Run a command and return a stream containing its stdout (and write its
125 sys.stderr.write("Failed finding git parent branch\n")
142 sys.stderr.write("Failed getting git comments\n")
157 sys.stderr.write("Failed building file-list from git\n")
200 output.write("Comments:\n")
222 output.write("Mapfile comments:\n")
232 output.write("Copyrights:\n")
240 output.write("Header format:\n")
248 output.write("C style:\n")
258 output.write("Java style:\n")
266 output.write("Man page format:\n")
275 output.write("SCCS Keywords:\n")
332 sys.stderr.write(str(e) + '\n')
333 sys.stderr.write("Usage: %s [-b branch] [path...]\n" % cmd)
347 sys.stderr.write("only complete workspaces may be pbchk'd\n");
356 sys.stderr.write("failed to run git:\n %s\n" % str(e))