Lines Matching defs:outdir
183 {"outdir", OPT_OUTDIR, '/', "Where to put output cert"},
245 char *outdir = NULL, *outfile = NULL, *rev_arg = NULL, *ser_status = NULL;
349 outdir = opt_arg();
596 if ((outdir == NULL) && (req)) {
598 outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR);
599 if (outdir == NULL) {
606 * outdir is a directory spec, but access() for VMS demands a
612 if (app_isdir(outdir) <= 0) {
613 BIO_printf(bio_err, "%s: %s is not a directory\n", prog, outdir);
614 perror(outdir);
988 outdirlen = OPENSSL_strlcpy(new_cert, outdir, sizeof(new_cert));