Lines Matching refs:output
49 def comchk(comments, check_db=True, output=sys.stderr):
58 Error messages intended for the user are written to output,
144 output.write("WARNING: Blank line(s) in comments\n")
149 output.write("These IDs appear more than once in your "
152 output.write(" %s\n" % err)
156 output.write("These bugs are missing a single space following "
159 output.write(" %s\n" % com)
163 output.write("These comments are not valid bugs:\n")
165 output.write(" %s\n" % com)
169 output.write("These bugs were not found in the databases:\n")
171 output.write(" %s\n" % id)
175 output.write("These bug synopses don't match "
178 output.write("Synopsis of %s is wrong:\n" % err[0])
179 output.write(" should be: '%s'\n" % err[1])
180 output.write(" is: '%s'\n" % err[2])