| /freebsd-12.1/crypto/heimdal/kcm/ |
| H A D | config.c | 76 "config-file", 'c', arg_string, &config_file, 80 "group", 'g', arg_string, &system_group, 84 "max-request", 0, arg_string, &max_request, 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, 140 "server", 'S', arg_string, &system_server, 144 "keytab", 't', arg_string, &system_keytab, [all …]
|
| /freebsd-12.1/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-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | Args.cpp | 664 OptionsWithRaw::OptionsWithRaw(llvm::StringRef arg_string) { in OptionsWithRaw() argument 665 SetFromString(arg_string); in OptionsWithRaw() 668 void OptionsWithRaw::SetFromString(llvm::StringRef arg_string) { in SetFromString() argument 669 const llvm::StringRef original_args = arg_string; in SetFromString() 671 arg_string = ltrimForArgs(arg_string); in SetFromString() 677 if (!arg_string.startswith("-")) { in SetFromString() 684 while (!arg_string.empty()) { in SetFromString() 689 std::tie(arg, quote, arg_string) = ParseSingleArgument(arg_string); in SetFromString() 698 m_suffix = arg_string; in SetFromString() 702 std::size_t prefix_length = original_args.size() - arg_string.size(); in SetFromString() [all …]
|
| /freebsd-12.1/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-12.1/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-12.1/contrib/gdb/gdb/ |
| H A D | remote-vx.c | 258 parse_args (char *arg_string, arg_array *arg_struct) in parse_args() argument 268 p0 = arg_string; in parse_args() 283 while (*(arg_string = skip_white_space (arg_string))) in parse_args() 285 p0 = find_white_space (arg_string); in parse_args() 286 arg_struct->arg_array_val[arg_index++] = savestring (arg_string, in parse_args() 287 p0 - arg_string); in parse_args() 288 arg_string = p0; in parse_args() 699 vx_load_command (char *arg_string, int from_tty) in vx_load_command() argument 705 if (arg_string == 0) in vx_load_command() 708 arg_string = tilde_expand (arg_string); in vx_load_command() [all …]
|
| /freebsd-12.1/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 | kstash.c | 49 { "enctype", 'e', arg_string, rk_UNCONST(&enctype_str), "encryption type", 51 { "key-file", 'k', arg_string, &keyfile, "master key file", "file" },
|
| /freebsd-12.1/sbin/nvmecontrol/ |
| H A D | perftest.c | 84 OPT("operation", 'o', arg_string, opt, op, 86 OPT("interrupt", 'i', arg_string, opt, intr, 88 OPT("flags", 'f', arg_string, opt, flags, 95 { arg_string, &opt.dev, "namespace-id" },
|
| H A D | ns.c | 82 { arg_string, &active_opt.dev, "controller-id" }, 115 { arg_string, &controllers_opt.dev, "controller-id" }, 181 { arg_string, &create_opt.dev, "controller-id" }, 211 { arg_string, &delete_opt.dev, "controller-id" }, 245 { arg_string, &attach_opt.dev, "controller-id" }, 275 { arg_string, &attached_opt.dev, "controller-id" }, 309 { arg_string, &detach_opt.dev, "controller-id" }, 347 { arg_string, &identify_opt.dev, "controller-id" },
|
| H A D | resv.c | 96 { arg_string, &acquire_opt.dev, "namespace-id" }, 142 { arg_string, ®ister_opt.dev, "namespace-id" }, 180 { arg_string, &release_opt.dev, "namespace-id" }, 218 { arg_string, &report_opt.dev, "namespace-id" },
|
| /freebsd-12.1/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-12.1/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 | 783 { "config-file", 'c', arg_string, &config_file, NULL, NULL }, 784 { "realm", 'r', arg_string, &realm, NULL, NULL }, 785 { "keytab", 'k', arg_string, &keytab_str, 787 { "database", 'd', arg_string, &database, "database", "file"}, 788 { "slave-stats-file", 0, arg_string, rk_UNCONST(&slave_stats_file), 790 { "time-missing", 0, arg_string, rk_UNCONST(&slave_time_missing), 792 { "time-gone", 0, arg_string, rk_UNCONST(&slave_time_gone), 794 { "port", 0, arg_string, &port_str, 800 { "hostname", 0, arg_string, rk_UNCONST(&master_hostname),
|
| /freebsd-12.1/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-12.1/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-12.1/contrib/googletest/googlemock/src/ |
| H A D | gmock.cc | 154 const std::string arg_string = StreamableToString(argv[i]); in InitGoogleMockImpl() local 155 const char* const arg = arg_string.c_str(); in InitGoogleMockImpl()
|
| /freebsd-12.1/contrib/file/src/ |
| H A D | vasprintf.c | 245 const char *format_string, const char *arg_string) in type_s() argument 249 if (arg_string == NULL) in type_s() 255 while (arg_string[string_len] != 0 && (size_t)prec != string_len) in type_s() 261 return print_it(s, string_len, format_string, arg_string); in type_s()
|