Home | History | Annotate | Download | only in apps

Lines Matching refs:outfile

176 	char *infile=NULL,*outfile=NULL,*keyfile=NULL,*CAfile=NULL;
298 outfile= *(++argv);
656 if (outfile == NULL)
668 if (BIO_write_filename(out,outfile) <= 0)
670 perror(outfile);
1055 BIO_printf(bio_err,"bad output format specified for outfile\n");