Searched refs:arg_strings (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | main.c | 77 { "preserve-binary", 0, arg_strings, &preserve }, 78 { "sequence", 0, arg_strings, &seq },
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | getarg.c | 76 else if (arg->type == arg_strings) in print_arg() 278 if(args[i].type == arg_strings) in arg_printusage_i18n() 289 if(args[i].type == arg_strings) in arg_printusage_i18n() 420 case arg_strings: in arg_match_long() 526 } else if(args[k].type == arg_strings) { in arg_match_short()
|
H A D | getarg.h | 58 arg_strings, enumerator
|
H A D | ChangeLog | 1230 * getarg.c (print_arg): add a case for arg_strings
|
/freebsd/crypto/heimdal/appl/afsutil/ |
H A D | afslog.c | 61 { "cell", 'c', arg_strings, &cells, "cells to get tokens for", "cell" }, 62 { "file", 'p', arg_strings, &files, "files to get tokens for", "path" },
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | kadmind.c | 65 { "policy-libraries", 0, arg_strings, &policy_libraries,
|
H A D | kadmin.c | 85 { "policy-libraries", 0, arg_strings, &policy_libraries,
|
/freebsd/crypto/heimdal/kdc/ |
H A D | config.c | 95 { "addresses", 0, arg_strings, &addresses_str,
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kimpersonate.c | 282 { "client-addresses", 'a', arg_strings, &client_addresses,
|
H A D | kinit.c | 140 { "enctypes", 'e', arg_strings, &etype_str, 149 { "extra-addresses",'a', arg_strings, &extra_addresses,
|
/freebsd/crypto/heimdal/kpasswd/ |
H A D | kpasswdd.c | 773 { "policy-libraries", 0, arg_strings, &policy_libraries, 776 { "addresses", 0, arg_strings, &addresses_str,
|
/freebsd/crypto/heimdal/appl/gssmask/ |
H A D | gssmaestro.c | 725 { "principals", 0, arg_strings, &principals, "Test principal", 727 { "slaves", 0, arg_strings, &slaves, "Slaves",
|