Home
last modified time | relevance | path

Searched refs:type_strings (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/store/
H A Dstore_strings.c12 static char *type_strings[] = { variable
23 int types = sizeof(type_strings) / sizeof(type_strings[0]); in OSSL_STORE_INFO_type_string()
28 return type_strings[type - 1]; in OSSL_STORE_INFO_type_string()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/store/
H A Dstore_strings.c12 static char *type_strings[] = { variable
22 int types = sizeof(type_strings) / sizeof(type_strings[0]); in OSSL_STORE_INFO_type_string()
27 return type_strings[type - 1]; in OSSL_STORE_INFO_type_string()
/netbsd-src/sys/dev/ic/
H A Datw.c513 static const char *type_strings[] = {"Intersil (not supported)", in atw_attach() local
626 if (sc->sc_rftype >= __arraycount(type_strings)) { in atw_attach()
630 if (sc->sc_bbptype >= __arraycount(type_strings)) { in atw_attach()
636 type_strings[sc->sc_rftype], type_strings[sc->sc_bbptype]); in atw_attach()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dhxtool.c1731 for (i = 0; i < opt->type_strings.num_strings; i++) { in eval_types()
1732 const char *type = opt->type_strings.strings[i]; in eval_types()