Searched refs:get_options (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/kuser/ |
H A D | kverify.c | 61 krb5_get_init_creds_opt *get_options; in main() local 86 ret = krb5_get_init_creds_opt_alloc (context, &get_options); in main() 90 krb5_get_init_creds_opt_set_preauth_list (get_options, in main() 115 get_options); in main()
|
/freebsd/crypto/heimdal/kadmin/ |
H A D | get.c | 455 getit(struct get_options *opt, const char *name, int argc, char **argv) in getit() 511 get_entry(struct get_options *opt, int argc, char **argv) in get_entry() 519 if(sizeof(struct get_options) != sizeof(struct list_options)) { in list_princs() 523 return getit((struct get_options*)opt, "list", argc, argv); in list_princs()
|
/freebsd/contrib/ee/ |
H A D | Changes | 17 - modified get_options to be cleaner for arg handling
|
H A D | ee.c | 281 void get_options(int numargs, char *arguments[]); 584 get_options(argc, argv); in main() 2057 get_options(int numargs, char *arguments[]) in get_options() function
|
/freebsd/crypto/heimdal/admin/ |
H A D | get.c | 86 kt_get(struct get_options *opt, int argc, char **argv) in kt_get()
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | Options.td | 825 "definition by implementing get_options and get_arguments.">;
|