Home | History | Annotate | Download | only in apps

Lines Matching refs:infile

109 	char *infile = NULL, *outfile = NULL, *rctfile = NULL;
489 infile = *++args;
782 if (infile)
784 if (!(in = BIO_new_file(infile, inmode)))
787 "Can't open input file %s\n", infile);