/freebsd/crypto/heimdal/kcm/ |
H A D | config.c | 72 "cache-name", 0, arg_string, &system_cache_name, 76 "config-file", 'c', arg_string, &config_file, 80 "group", 'g', arg_string, &system_group, 84 "max-request", 0, arg_string, &max_request, 106 "system-principal", 'k', arg_string, &system_principal, 110 "lifetime", 'l', arg_string, &ticket_life, 114 "mode", 'm', arg_string, &system_perms, 126 "renewable-life", 'r', arg_string, &renew_life, 130 "socket-path", 's', arg_string, &socket_path, 135 "door-path", 's', arg_string, &door_path, [all …]
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | kadmin.c | 54 { "principal", 'p', arg_string, &client_name, 56 { "keytab", 'K', arg_string, &keytab, 59 "config-file", 'c', arg_string, &config_file, 63 "key-file", 'k', arg_string, &keyfile, 67 "realm", 'r', arg_string, &realm, 71 "admin-server", 'a', arg_string, &admin_server, 81 { "check-library", 0, arg_string, &check_library, 83 { "check-function", 0, arg_string, &check_function,
|
H A D | kadmind.c | 50 "config-file", 'c', arg_string, &config_file, 54 "keytab", 0, arg_string, &keytab_str, 57 { "realm", 'r', arg_string, &realm, 61 { "check-library", 0, arg_string, &check_library, 63 { "check-function", 0, arg_string, &check_function, 71 { "ports", 'p', arg_string, &port_str,
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | Args.cpp | 631 OptionsWithRaw::OptionsWithRaw(llvm::StringRef arg_string) { in OptionsWithRaw() 632 SetFromString(arg_string); in OptionsWithRaw() 635 void OptionsWithRaw::SetFromString(llvm::StringRef arg_string) { in SetFromString() 636 const llvm::StringRef original_args = arg_string; in SetFromString() 638 arg_string = ltrimForArgs(arg_string); in SetFromString() 644 if (!arg_string.starts_with("-")) { in SetFromString() 650 while (!arg_string.empty()) { in SetFromString() 652 std::size_t prev_prefix_length = original_args.size() - arg_string.size(); in SetFromString() 655 std::tie(arg, quote, arg_string) in SetFromString() 630 OptionsWithRaw(llvm::StringRef arg_string) OptionsWithRaw() argument 634 SetFromString(llvm::StringRef arg_string) SetFromString() argument [all...] |
/freebsd/crypto/heimdal/appl/test/ |
H A D | common.c | 49 { "port", 'p', arg_string, &port_str, "port to listen to", "port" }, 50 { "service", 's', arg_string, &service, "service to use", "service" }, 51 { "keytab", 'k', arg_string, &keytab_str, "keytab to use", "keytab" }, 52 { "mech", 'm', arg_string, &mech, "gssapi mech to use", "mech" }, 53 { "password", 'P', arg_string, &password, "password to use", "password" },
|
H A D | nt_gss_server.c | 57 { "port", 'p', arg_string, &port_str, "port to listen to", "port" }, 58 { "service", 's', arg_string, &service, "service to use", "service" }, 59 { "dump-auth", 0, arg_string, &auth_file, "dump authorization data",
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kgetcred.c | 49 { "cache", 'c', arg_string, &cache_str, 51 { "out-cache", 0, arg_string, &out_cache_str, 53 { "delegation-credential-cache",0,arg_string, &delegation_cred_str, 60 { "enctype", 'e', arg_string, &etype_str, 62 { "impersonate", 0, arg_string, &impersonate_str, 64 { "name-type", 0, arg_string, &nametype_str, NULL, NULL },
|
H A D | kimpersonate.c | 270 { "ccache", 0, arg_string, &ccache_str, 272 { "server", 's', arg_string, &server_principal_str, 274 { "client", 'c', arg_string, &client_principal_str, 276 { "keytab", 'k', arg_string, &keytab_file, 284 { "enc-type", 't', arg_string, &enctype_string, 286 { "ticket-flags", 'f', arg_string, &ticket_flags_str,
|
H A D | kinit.c | 101 { "cache", 'c', arg_string, &cred_cache, 110 { "keytab", 't', arg_string, &keytab_str, 113 { "lifetime", 'l', arg_string, &lifetime, 125 { "renewable-life", 'r', arg_string, &renew_life, 128 { "server", 'S', arg_string, &server_str, 131 { "start-time", 's', arg_string, &start_str, 158 { "password-file", 0, arg_string, &password_file, 170 { "pk-user", 'C', arg_string, &pk_user_id, 173 { "x509-anchors", 'D', arg_string, &pk_x509_anchors, 180 { "ntlm-domain", 0, arg_string, &ntlm_domain,
|
H A D | kdestroy.c | 47 { "credential", 0, arg_string, rk_UNCONST(&credential), 49 { "cache", 'c', arg_string, rk_UNCONST(&cache), "cache to destroy", "cache" },
|
/freebsd/crypto/heimdal/kdc/ |
H A D | config.c | 66 "config-file", 'c', arg_string, &config_file, 74 "max-request", 0, arg_string, &max_request_str, 79 { "ports", 'P', arg_string, rk_UNCONST(&port_str), 101 { "runas-user", 0, arg_string, &runas_string, 104 { "chroot", 0, arg_string, &chroot_string,
|
H A D | string2key.c | 53 { "cell", 'c', arg_string, &cell, "AFS cell to use", "cell" }, 54 { "password", 'w', arg_string, &password, "Password to use", "password" }, 55 { "principal",'p', arg_string, &principal, "Kerberos v5 principal to use", "principal" }, 56 { "keytype", 'k', arg_string, rk_UNCONST(&keytype_str), "Keytype", NULL },
|
H A D | hprop.c | 127 { "master-key", 'm', arg_string, &mkeyfile, "v5 master key file", "file" }, 128 { "database", 'd', arg_string, rk_UNCONST(&database), "database", "file" }, 129 { "source", 0, arg_string, &source_type, "type of database to read", 134 { "keytab", 'k', arg_string, rk_UNCONST(&ktname), 136 { "v5-realm", 'R', arg_string, &local_realm, "v5 realm to use", NULL },
|
H A D | hpropd.c | 46 { "database", 'd', arg_string, rk_UNCONST(&database), "database", "file" }, 53 { "keytab", 'k', arg_string, &ktname, "keytab to use for authentication", "keytab" }, 54 { "realm", 'r', arg_string, &local_realm, "realm to use", NULL },
|
/freebsd/sbin/nvmecontrol/ |
H A D | connect.c | 252 OPT("transport", 't', arg_string, opt, transport, 254 OPT("cntlid", 'c', arg_string, opt, cntlid, 262 OPT("hostnqn", 'q', arg_string, opt, hostnqn, 275 { arg_string, &opt.address, "address" }, 276 { arg_string, &opt.subnqn, "SubNQN" }, 281 { arg_string, &opt.address, "address" },
|
H A D | perftest.c | 82 OPT("operation", 'o', arg_string, opt, op, 84 OPT("interrupt", 'i', arg_string, opt, intr, 86 OPT("flags", 'f', arg_string, opt, flags, 93 { arg_string, &opt.dev, "namespace-id" },
|
H A D | ns.c | 80 { arg_string, &active_opt.dev, "controller-id|namespace-id" }, 113 { arg_string, &controllers_opt.dev, "controller-id|namespace-id" }, 179 { arg_string, &create_opt.dev, "controller-id|namespace-id" }, 209 { arg_string, &delete_opt.dev, "controller-id|namespace-id" }, 243 { arg_string, &attach_opt.dev, "controller-id|namespace-id" }, 273 { arg_string, &attached_opt.dev, "controller-id|namespace-id" }, 307 { arg_string, &detach_opt.dev, "controller-id|namespace-id" }, 345 { arg_string, &identify_opt.dev, "controller-id|namespace-id" },
|
/freebsd/crypto/heimdal/lib/gssapi/ |
H A D | test_acquire_cred.c | 186 {"acquire-name", 0, arg_string, &acquire_name, "name", NULL }, 187 {"acquire-type", 0, arg_string, &acquire_type, "type", NULL }, 191 {"target-name", 0, arg_string, &target_name, "name", NULL }, 192 {"ccache", 0, arg_string, &ccache, "name", NULL }, 193 {"name-type", 0, arg_string, &name_type, "type", NULL },
|
/freebsd/crypto/heimdal/lib/kadm5/ |
H A D | test_pw_quality.c | 45 { "principal", 0, arg_string, &principal }, 46 { "password", 0, arg_string, &password },
|
H A D | ipropd_master.c | 786 { "config-file", 'c', arg_string, &config_file, NULL, NULL }, 787 { "realm", 'r', arg_string, &realm, NULL, NULL }, 788 { "keytab", 'k', arg_string, &keytab_str, 790 { "database", 'd', arg_string, &database, "database", "file"}, 791 { "slave-stats-file", 0, arg_string, rk_UNCONST(&slave_stats_file), 793 { "time-missing", 0, arg_string, rk_UNCONST(&slave_time_missing), 795 { "time-gone", 0, arg_string, rk_UNCONST(&slave_time_gone), 797 { "port", 0, arg_string, &port_str, 803 { "hostname", 0, arg_string, rk_UNCONST(&master_hostname),
|
H A D | ipropd_slave.c | 464 { "config-file", 'c', arg_string, &config_file, NULL, NULL }, 465 { "realm", 'r', arg_string, &realm, NULL, NULL }, 466 { "keytab", 'k', arg_string, &keytab_str, 468 { "time-lost", 0, arg_string, &server_time_lost, 470 { "port", 0, arg_string, &port_str, 476 { "hostname", 0, arg_string, rk_UNCONST(&slave_str),
|
/freebsd/contrib/netbsd-tests/lib/libcurses/director/ |
H A D | testlang_parse.y | 104 char *arg_string; member 603 cur.arg_string = malloc(cur.arg_len); in assign_arg() 604 if (cur.arg_string == NULL) in assign_arg() 606 memcpy(cur.arg_string, ret->return_value, cur.arg_len); in assign_arg() 611 cur.arg_string = NULL; in assign_arg() 616 cur.arg_string = malloc(cur.arg_len + 1); in assign_arg() 617 if (cur.arg_string == NULL) in assign_arg() 619 strcpy(cur.arg_string, arg); in assign_arg() 1066 free(command.args[i].arg_string); in init_parse_variables() 1390 arg.arg_string = cmd; in write_cmd_pipe() [all …]
|
/freebsd/crypto/heimdal/appl/afsutil/ |
H A D | afslog.c | 63 { "realm", 'k', arg_string, &realm, "realm for afs cell", "realm" }, 66 { "principal",'P',arg_string,&client_string,"principal to use","principal"}, 67 { "cache", 0, arg_string, &cache_string, "ccache to use", "cache"},
|
/freebsd/contrib/file/src/ |
H A D | vasprintf.c | 239 const char *format_string, const char *arg_string) in type_s() argument 243 if (arg_string == NULL) in type_s() 249 while (arg_string[string_len] != 0 && (size_t)prec != string_len) in type_s() 255 return print_it(s, string_len, format_string, arg_string); in type_s()
|
/freebsd/contrib/googletest/googlemock/src/ |
H A D | gmock.cc | 152 const std::string arg_string = StreamableToString(argv[i]); in InitGoogleMockImpl() local 153 const char* const arg = arg_string.c_str(); in InitGoogleMockImpl()
|