Home
last modified time | relevance | path

Searched refs:get_options (Results 1 – 13 of 13) sorted by relevance

/netbsd/src/crypto/external/bsd/heimdal/dist/kuser/
Dkverify.c63 krb5_get_init_creds_opt *get_options; in main() local
88 ret = krb5_get_init_creds_opt_alloc (context, &get_options); in main()
92 krb5_get_init_creds_opt_set_preauth_list (get_options, in main()
117 get_options); in main()
/netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/passwd/
Dkerberos.c111 krb5_get_init_creds_opt get_options; in chk_kerberos() local
124 krb5_get_init_creds_opt_set_preauth_list(&get_options, in chk_kerberos()
128 krb5_get_init_creds_opt_init( &get_options ); in chk_kerberos()
141 NULL, 0, NULL, &get_options ); in chk_kerberos()
/netbsd/src/external/public-domain/xz/dist/src/liblzma/common/
Doutqueue.c23 get_options(uint64_t *bufs_alloc_size, uint32_t *bufs_count, in get_options() function
47 if (get_options(&bufs_alloc_size, &bufs_count, buf_size_max, threads) in lzma_outq_memusage()
64 return_if_error(get_options(&bufs_alloc_size, &bufs_count, in lzma_outq_init()
Dstream_encoder_mt.c866 get_options(const lzma_mt *options, lzma_options_easy *opt_easy, in get_options() function
950 return_if_error(get_options(options, &easy, &filters, in stream_encoder_mt_init()
1104 if (get_options(options, &easy, &filters, &block_size, in lzma_stream_encoder_mt_memusage()
/netbsd/src/crypto/external/bsd/heimdal/dist/kadmin/
Dget.c475 getit(struct get_options *opt, const char *name, int argc, char **argv) in getit()
531 get_entry(struct get_options *opt, int argc, char **argv) in get_entry()
539 if(sizeof(struct get_options) != sizeof(struct list_options)) { in list_princs()
543 return getit((struct get_options*)opt, "list", argc, argv); in list_princs()
/netbsd/src/usr.bin/tftp/
Dtftp.c85 static void get_options(struct tftphdr *, int);
90 get_options(struct tftphdr *ap, int size) in get_options() function
352 get_options(ap, n); in sendfile()
490 get_options(dp, n); in recvfile()
/netbsd/src/external/bsd/openldap/dist/libraries/libldap/
Dthr_debug.c253 get_options( void ) in get_options() function
401 get_options(); in init_usage()
668 get_options(); in ldap_debug_thread_initialize()
789 get_options(); in ldap_pvt_thread_create()
1186 get_options(); in ldap_pvt_thread_pool_init()
/netbsd/src/external/bsd/pdisk/dist/
Dpdisk.c142 int get_options(int argc, char **argv);
183 name_index = get_options(argc, argv); in main()
394 get_options(int argc, char **argv) in get_options() function
/netbsd/src/sys/arch/hpc/stand/hpcboot/menu/
Drootwindow.cpp160 menu.get_options(); in proc()
175 menu.get_options(); in proc()
/netbsd/src/sys/arch/hpc/stand/hpcboot/
Dhpcmenu.h165 void get_options(void);
Dhpcmenu.cpp85 HpcMenuInterface::get_options() in get_options() function in HpcMenuInterface
/netbsd/src/crypto/external/bsd/heimdal/dist/admin/
Dget.c88 kt_get(struct get_options *opt, int argc, char **argv) in kt_get()
/netbsd/src/libexec/tftpd/
Dtftpd.c601 get_options(struct tftphdr *tp, char *cp, int size, char *ackb, size_t asize, in get_options() function
701 r = get_options(tp, cp, size, oackbuf, sizeof(oackbuf), in tftp()