Searched refs:get_options (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/heimdal/kuser/
H A Dkverify.c61 krb5_get_init_creds_opt *get_options; local
86 ret = krb5_get_init_creds_opt_alloc (context, &get_options);
90 krb5_get_init_creds_opt_set_preauth_list (get_options,
115 get_options);
/freebsd-13-stable/contrib/xz/src/liblzma/common/
H A Doutqueue.c23 get_options(uint64_t *bufs_alloc_size, uint32_t *bufs_count, function
47 if (get_options(&bufs_alloc_size, &bufs_count, buf_size_max, threads)
64 return_if_error(get_options(&bufs_alloc_size, &bufs_count,
H A Dstream_encoder_mt.c866 get_options(const lzma_mt *options, lzma_options_easy *opt_easy, function
950 return_if_error(get_options(options, &easy, &filters,
1104 if (get_options(options, &easy, &filters, &block_size,
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dget.c455 getit(struct get_options *opt, const char *name, int argc, char **argv)
511 get_entry(struct get_options *opt, int argc, char **argv)
519 if(sizeof(struct get_options) != sizeof(struct list_options)) {
520 krb5_warnx(context, "programmer error: sizeof(struct get_options) != sizeof(struct list_options)");
523 return getit((struct get_options*)opt, "list", argc, argv);
/freebsd-13-stable/crypto/heimdal/admin/
H A Dget.c86 kt_get(struct get_options *opt, int argc, char **argv)
/freebsd-13-stable/contrib/ee/
H A Dee.c291 void get_options P_((int numargs, char *arguments[]));
588 get_options(argc, argv);
2064 get_options(numargs, arguments) /* get arguments from command line */ function

Completed in 87 milliseconds