Home | History | Annotate | Download | only in apps

Lines Matching refs:infile

175 	char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL;
207 infile=NULL;
270 infile= *(++argv);
405 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
773 if (infile == NULL)
777 if (BIO_read_filename(in,infile) <= 0)
779 perror(infile);