Lines Matching refs:opt_arg

973             freeandcopy(&host, opt_arg());
977 freeandcopy(&port, opt_arg());
981 freeandcopy(&connectstr, opt_arg());
984 freeandcopy(&bindstr, opt_arg());
987 proxystr = opt_arg();
990 proxyuser = opt_arg();
993 proxypassarg = opt_arg();
999 freeandcopy(&host, opt_arg());
1005 protohost = opt_arg();
1009 verify_args.depth = atoi(opt_arg());
1014 cert_file = opt_arg();
1017 if (!set_nameopt(opt_arg()))
1021 crl_file = opt_arg();
1027 sess_out = opt_arg();
1030 sess_in = opt_arg();
1033 if (!opt_format(opt_arg(), OPT_FMT_ANY, &cert_format))
1037 if (!opt_format(opt_arg(), OPT_FMT_PEMDER, &crl_format))
1055 || !sk_OPENSSL_STRING_push(ssl_args, opt_arg())) {
1088 e = setup_engine(opt_arg(), 1);
1092 ssl_client_engine = setup_engine(opt_arg(), 0);
1133 bio_c_msg = BIO_new_file(opt_arg(), "w");
1135 BIO_printf(bio_err, "Error writing file %s\n", opt_arg());
1160 psk_identity = opt_arg();
1163 for (p = psk_key = opt_arg(); *p; p++) {
1171 psksessf = opt_arg();
1175 srp_arg.srplogin = opt_arg();
1180 srppass = opt_arg();
1185 srp_arg.strength = atoi(opt_arg());
1203 ssl_config = opt_arg();
1287 socket_mtu = atol(opt_arg());
1294 if (!opt_format(opt_arg(), OPT_FMT_ANY, &key_format))
1298 passarg = opt_arg();
1301 chain_file = opt_arg();
1304 key_file = opt_arg();
1310 CApath = opt_arg();
1316 chCApath = opt_arg();
1319 vfyCApath = opt_arg();
1325 ReqCAfile = opt_arg();
1328 CAfile = opt_arg();
1341 ctlog_file = opt_arg();
1345 chCAfile = opt_arg();
1348 vfyCAfile = opt_arg();
1351 CAstore = opt_arg();
1357 chCAstore = opt_arg();
1360 vfyCAstore = opt_arg();
1363 dane_tlsa_domain = opt_arg();
1369 !sk_OPENSSL_STRING_push(dane_tlsa_rrset, opt_arg())) {
1379 next_proto_neg_in = opt_arg();
1383 alpn_in = opt_arg();
1386 p = opt_arg();
1398 if (!opt_pair(opt_arg(), services, &starttls_proto))
1402 servername = opt_arg();
1409 srtp_profiles = opt_arg();
1413 keymatexportlabel = opt_arg();
1416 keymatexportlen = atoi(opt_arg());
1422 len = atoi(opt_arg());
1444 max_send_fragment = atoi(opt_arg());
1447 split_send_fragment = atoi(opt_arg());
1450 max_pipelines = atoi(opt_arg());
1453 read_buf_len = atoi(opt_arg());
1456 keylog_file = opt_arg();
1459 early_data_file = opt_arg();