Searched refs:nametype (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | getdn.c | 198 ldap_explode( const char *dn, const int notypes, const int nametype ) in ldap_explode() argument 240 case '+': if ( nametype != LDAP_RDN ) break; in ldap_explode() 249 if ( nametype == LDAP_RDN && in ldap_explode()
|
/titanic_41/usr/src/cmd/fm/eversholt/common/ |
H A D | ptree.h | 76 const char *ptree_nametype2str(enum nametype t);
|
H A D | tree.h | 156 enum nametype { enum
|
H A D | ptree.c | 547 ptree_nametype2str(enum nametype t) in ptree_nametype2str()
|
/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | itree.h | 88 enum nametype t:3; /* defined in tree.h */
|
H A D | fme.c | 948 is_problem(enum nametype t) in is_problem() 954 is_defect(enum nametype t) in is_defect() 960 is_upset(enum nametype t) in is_upset()
|
/titanic_41/usr/src/lib/libkmf/libkmf/common/ |
H A D | generalop.c | 1939 KMF_GENERALNAMECHOICES nametype, KMF_DATA *encodedname) in encode_altname() argument 1956 switch (nametype) { in encode_altname() 1963 tagval = (0x80 | nametype); in encode_altname() 1970 tagval = (0x80 | nametype); in encode_altname() 1981 tagval = (0x80 | nametype); in encode_altname() 1985 tagval = (0x80 | nametype); in encode_altname() 1989 tagval = (0x80 | nametype); in encode_altname() 1997 tagval = (0x80 | nametype); in encode_altname() 2166 KMF_GENERALNAMECHOICES nametype, in kmf_set_altname() argument 2181 ret = encode_altname(namedata, nametype, &dername); in kmf_set_altname()
|
H A D | certgetsetop.c | 2048 KMF_GENERALNAMECHOICES nametype, in kmf_set_cert_issuer_altname() argument 2055 (KMF_OID *)&KMFOID_IssuerAltName, critical, nametype, namedata)); in kmf_set_cert_issuer_altname() 2061 KMF_GENERALNAMECHOICES nametype, in kmf_set_cert_subject_altname() argument 2068 (KMF_OID *)&KMFOID_SubjectAltName, critical, nametype, namedata)); in kmf_set_cert_subject_altname()
|