Home
last modified time | relevance | path

Searched refs:get_default (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/
H A Doptional_test.cpp206 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 Doptional.hpp92 const T& get_default(const T&) const;
H A Doptional.ipp193 utils::optional< T >::get_default(const T& default_value) const
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dcreate_s.c41 get_default(kadm5_server_context *context, krb5_principal princ, in get_default() function
84 ret = get_default(context, princ->principal, defent); in create_principal()
H A DChangeLog1321 * create_s.c (get_default): check return value
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dank.c44 get_default (kadm5_server_context *contextp, in get_default() function
105 ret = get_default (kadm_handle, princ_ent, default_ent); in add_one_principal()
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DENGINE_add.pod282 when calling RSA_new_method(NULL)), a "get_default" call will be made to the
291 "get_default" query since the table was last modified, because to process
302 "get_default" query will be if one is expressly set in the table. Eg.
304 that it also sets the state table's cached response for the "get_default"
/netbsd-src/external/apache2/llvm/dist/llvm/utils/UpdateTestChecks/
H A Dcommon.py852 if parser.get_default(action.dest) == value: