Lines Matching defs:out_file
31 out_file = ""
77 global out_file
79 usage = "Usage: %prog -t text_file -o out_file or\n%prog -b binary_file -o out_file"
87 parser.add_option('-o', '--out_file', dest='out_file',
92 if options.out_file is not None:
93 out_file = options.out_file
95 print("Error: out_file must be specified")
121 outfile = os.fdopen(os.open(out_file, outfile_flags, outfile_mode), "w+", encoding="utf-8")
458 outfile = os.fdopen(os.open(out_file, outfile_flags, outfile_mode), 'w', encoding="utf-8")