Searched refs:stname (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dasn1t.h99 * ASN1_SEQUENCE(stname) = {
101 * } ASN1_SEQUENCE_END(stname)
104 * for a structure called stname.
111 * } ASN1_SEQUENCE_END_name(stname, itname)
114 * a structure called stname.
120 # define ASN1_SEQUENCE_END(stname) ASN1_SEQUENCE_END_name(stname, stname)
122 # define static_ASN1_SEQUENCE_END(stname) static_ASN1_SEQUENCE_END_name(stname, stnam
[all...]
H A Dasn1.h251 # define DECLARE_ASN1_PRINT_FUNCTION(stname) \
252 DECLARE_ASN1_PRINT_FUNCTION_fname(stname, stname)
254 # define DECLARE_ASN1_PRINT_FUNCTION_fname(stname, fname) \
255 int fname##_print_ctx(BIO *out, stname *x, int indent, \
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dn_pkey.c22 #define static_ASN1_BROKEN_SEQUENCE_END(stname) \
23 static_ASN1_SEQUENCE_END_ref(stname, stname)
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DTable.h265 void addState (int value, const char *stname, const char *stuname);
H A DTable.cc113 PropDescr::addState (int value, const char *stname, const char *stuname) argument
115 if (value < 0 || stname == NULL)
119 stateNames->store (value, strdup (stname));
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DTable.h265 void addState (int value, const char *stname, const char *stuname);
H A DTable.cc113 PropDescr::addState (int value, const char *stname, const char *stuname) argument
115 if (value < 0 || stname == NULL)
119 stateNames->store (value, strdup (stname));
/netbsd-current/sys/dev/ic/
H A Dawi.c1744 static const char *stname[] = local
1752 DPRINTF(("awi_newstate: %s (%s/%s) -> %s\n", stname[ostate],
1753 stname[sc->sc_nstate], substname[sc->sc_substate], stname[nstate]));
1865 stname[nstate], substname[sc->sc_substate]));
1958 stname[nstate], substname[sc->sc_substate]));
H A Dwi.c3203 static const char *stname[] = local
3208 DPRINTF(("wi_newstate: %s -> %s\n", stname[ostate], stname[nstate]));

Completed in 140 milliseconds