Lines Matching defs:file
5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
52 print("bad option {0}".format(opt), file=sys.stderr)
57 file=sys.stderr)
63 print("too many arguments", file=sys.stderr)
70 print("---test_ttymode---", file=output_file)
71 print(("-" * 60), file=output_file)
74 print("---test_nottymode---", file=output_file)
75 print(("-" * 60), file=output_file)
78 print("---test_logging---", file=output_file)
82 print(e, file=sys.stderr)