Lines Matching defs:outfile
90 outfile = os.path.join (cipher_dir_out, cipher_file)
104 fw = codecs.open (outfile, "w", "utf-8")
342 outfile = os.path.join (cipher_dir_out, "types.h")
343 fw=codecs.open (outfile, "w", "utf-8")
349 outfile = os.path.join (cipher_dir_out, "memory.h")
350 fw=codecs.open (outfile, "w", "utf-8")
356 outfile = os.path.join (cipher_dir_out, "cipher.h")
357 fw=codecs.open (outfile, "w", "utf-8")
363 outfile = os.path.join (cipher_dir_out, "g10lib.h")
364 fw=codecs.open (outfile, "w", "utf-8")
370 outfile = os.path.join (cipher_dir_out, "ChangeLog")
400 fw=codecs.open (outfile, "w", "utf-8")