Home | History | Annotate | Download | only in futility

Lines Matching full:infile

38 static char *infile, *outfile, *outext;
57 "Usage: " MYNAME " %s [options] <INFILE> [<BASENAME>]\n", progname);
89 fp = fopen(infile, "rb");
91 fprintf(stderr, "Unable to open %s\n", infile);
99 fprintf(stderr, "Unable to read RSA key from %s\n", infile);
172 fp = fopen(infile, "rb");
174 fprintf(stderr, "Unable to open %s\n", infile);
182 fprintf(stderr, "Unable to read RSA key from %s\n", infile);
344 if (!infile) {
349 infile = argv[optind++];
362 s = infile; /* based on pem file name */