Lines Matching refs:opt_arg
99 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &informat))
103 infile = opt_arg();
106 derfile = opt_arg();
115 oidfile = opt_arg();
118 offset = strtol(opt_arg(), NULL, 0);
121 length = strtol(opt_arg(), NULL, 0);
127 dump = strtol(opt_arg(), NULL, 0);
130 sk_OPENSSL_STRING_push(osk, opt_arg());
133 genstr = opt_arg();
136 genconf = opt_arg();
143 it = ASN1_ITEM_lookup(opt_arg());
147 BIO_printf(bio_err, "Unknown item name %s\n", opt_arg());