Searched refs:get_default (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/kyua/utils/ |
| H A D | optional_test.cpp | 206 ATF_TEST_CASE_WITHOUT_HEAD(get_default); 207 ATF_TEST_CASE_BODY(get_default) in ATF_TEST_CASE_BODY() argument 211 ATF_REQUIRE(&def_value == &optional.get_default(def_value)); in ATF_TEST_CASE_BODY() 213 ATF_REQUIRE_EQ("bye", optional.get_default(def_value)); in ATF_TEST_CASE_BODY() 281 ATF_ADD_TEST_CASE(tcs, get_default); in ATF_INIT_TEST_CASES()
|
| H A D | optional.hpp | 75 const T& get_default(const T&) const;
|
| H A D | optional.ipp | 188 utils::optional< T >::get_default(const T& default_value) const
|
| /freebsd/crypto/heimdal/lib/kadm5/ |
| H A D | create_s.c | 39 get_default(kadm5_server_context *context, krb5_principal princ, in get_default() function 82 ret = get_default(context, princ->principal, defent); in create_principal()
|
| H A D | ChangeLog | 1321 * create_s.c (get_default): check return value
|
| /freebsd/crypto/heimdal/kadmin/ |
| H A D | ank.c | 42 get_default (kadm5_server_context *contextp, in get_default() function 102 ret = get_default (kadm_handle, princ_ent, default_ent); in add_one_principal()
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_keyring.c | 445 get_default(krb5_context context, char **anchor_name_out, in get_default() function 1137 ret = get_default(context, &anchor_name, &collection_name, in krcc_generate_new() 1525 ret = get_default(context, &ptd->anchor_name, &ptd->collection_name, in krcc_ptcursor_new()
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | ENGINE_add.pod | 290 when calling RSA_new_method(NULL)), a "get_default" call will be made to the 299 "get_default" query since the table was last modified, because to process 310 "get_default" query will be if one is expressly set in the table. Eg. 312 that it also sets the state table's cached response for the "get_default"
|