Lines Matching refs:FILE
231 FILE *infile;
232 char *file;
235 file= *(++argv);
236 infile=fopen(file,"r");
240 file);
247 file);
299 BIO_printf(bio_err,"%-14s input file\n","-in <file>");
300 BIO_printf(bio_err,"%-14s output file\n","-out <file>");
306 BIO_printf(bio_err,"%-14s passphrase is the first line of the file argument\n","-kfile");
538 BIO_printf(bio_err,"error writing output file\n");
545 BIO_printf(bio_err,"error reading input file\n");
656 /* Only encrypt/decrypt as we write the file */
666 BIO_printf(bio_err,"error writing output file\n");