Home | History | Annotate | Download | only in apps

Lines Matching full:outfile

109 	char *infile = NULL, *outfile = NULL, *rctfile = NULL;
509 outfile = *++args;
869 if (outfile)
871 if (!(out = BIO_new_file(outfile, outmode)))
874 "Can't open output file %s\n", outfile);