Lines Matching defs:outdir
169 {"outdir", OPT_OUTDIR, '/', "Where to put output cert"},
283 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL;
404 outdir = opt_arg();
664 if ((outdir == NULL) && (req)) {
666 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR);
667 if (outdir == NULL) {
674 * outdir is a directory spec, but access() for VMS demands a
680 if (app_isdir(outdir) <= 0) {
681 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir);
682 perror(outdir);
1071 outdirlen = OPENSSL_strlcpy(new_cert, outdir, sizeof(new_cert));