Lines Matching defs:opt_arg
470 otmp = OBJ_txt2obj(opt_arg(), 0);
472 BIO_printf(bio_err, "%s: Invalid Policy %s\n", prog, opt_arg());
479 i = X509_PURPOSE_get_by_sname(opt_arg());
481 BIO_printf(bio_err, "%s: Invalid purpose %s\n", prog, opt_arg());
494 prog, opt_arg());
499 vtmp = X509_VERIFY_PARAM_lookup(opt_arg());
502 prog, opt_arg());
508 i = atoi(opt_arg());
513 i = atoi(opt_arg());
518 if (!opt_imax(opt_arg(), &t))
522 prog, opt_arg());
528 if (!X509_VERIFY_PARAM_set1_host(vpm, opt_arg(), 0))
532 if (!X509_VERIFY_PARAM_set1_email(vpm, opt_arg(), 0))
536 if (!X509_VERIFY_PARAM_set1_ip_asc(vpm, opt_arg()))
758 char *opt_arg(void)