Searched refs:gettable (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/libexec/getty/
H A Dextern.h48 void gettable(const char *);
H A Dmain.c188 gettable("default");
794 gettable(tname);
H A Dsubr.c55 gettable(const char *name) function
/freebsd-current/crypto/openssl/test/
H A Dprovider_status_test.c112 const OSSL_PARAM *gettable, *p; local
114 if (!TEST_ptr(gettable = OSSL_PROVIDER_gettable_params(prov))
115 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_NAME))
116 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_VERSION))
117 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_STATUS))
118 || !TEST_ptr(p = OSSL_PARAM_locate_const(gettable, OSSL_PROV_PARAM_BUILDINFO)))
H A Dectest.c2397 const OSSL_PARAM *gettable; local
2573 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pkeyparam))
2574 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_GROUP_NAME))
2575 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ENCODING))
2576 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_FIELD_TYPE))
2577 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_P))
2578 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_A))
2579 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_B))
2580 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_GENERATOR))
2581 || !TEST_ptr(OSSL_PARAM_locate_const(gettable, OSSL_PKEY_PARAM_EC_ORDE
[all...]
H A Devp_pkey_provided_test.c1210 const OSSL_PARAM *gettable = NULL; local
1279 if (!TEST_ptr(gettable = EVP_PKEY_gettable_params(pk))
1280 || !TEST_ptr(OSSL_PARAM_locate_const(gettable,
1282 || !TEST_ptr(OSSL_PARAM_locate_const(gettable,
1284 || !TEST_ptr(OSSL_PARAM_locate_const(gettable,
/freebsd-current/tests/sys/netgraph/
H A Dbridge.c47 struct gettable struct
89 struct gettable rm;
140 rm.tok = ng_send_msg("bridge:", "gettable");
156 rm.tok = ng_send_msg("bridge:", "gettable");
261 struct gettable rm;
308 rm.tok = ng_send_msg("bridge:", "gettable");
391 struct gettable rm;
488 rm.tok = ng_send_msg("bridge:", "gettable");
505 struct gettable rm;
602 rm.tok = ng_send_msg("bridge:", "gettable");
[all...]
/freebsd-current/contrib/lua/src/
H A Dlapi.c725 static Table *gettable (lua_State *L, int idx) { function
737 t = gettable(L, idx);
747 t = gettable(L, idx);
756 t = gettable(L, idx);
900 t = gettable(L, idx);
925 t = gettable(L, idx);
1258 t = gettable(L, idx);
/freebsd-current/usr.sbin/crunch/examples/
H A Dreally-big.conf70 progs dev_mkdb diskpart edquota flcopy gettable grfinfo hilinfo htable inetd
/freebsd-current/crypto/openssl/crypto/evp/
H A Dpmeth_lib.c862 * - EVP_PKEY_CTX_{gettable,settable}_params()
902 const OSSL_PARAM *gettable = EVP_PKEY_CTX_gettable_params(ctx); local
907 if (OSSL_PARAM_locate_const(gettable, p->key) == NULL )

Completed in 113 milliseconds