Lines Matching refs:write
36 sys.stdout.write("\n")
37 sys.stdout.write(BOLD)
38 sys.stdout.write(UNDERLINE)
39 sys.stdout.write(s)
40 sys.stdout.write(ENDCOLOR)
41 sys.stdout.write("\n")
47 sys.stdout.write(BOLD)
51 sys.stdout.write("%s=\"%s\" " % (k, v.replace("\"", "\\\"")))
53 sys.stdout.write("%s=%s " % (k, v))
54 sys.stdout.write(" ".join(cmd))
55 sys.stdout.write(ENDCOLOR)
56 sys.stdout.write("\n")
263 sys.stderr.write("Output directory already exists and is not a directory: %s\n"