Home
last modified time | relevance | path

Searched refs:attrtype (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dmapping.c150 set_keys(char **key, char *attrtype) in set_keys() argument
178 totlen += strlen(attrtype) + strlen(k) + 3; in set_keys()
196 "(%s=%s)", attrtype, k); in set_keys()
218 set_keys_publickey(char **key, char *attrtype, int type, char **ret) in set_keys_publickey() argument
245 totlen += strlen(k) + strlen(attrtype) + 3; in set_keys_publickey()
267 "(%s=%s)", attrtype, k); in set_keys_publickey()
/illumos-gate/usr/src/lib/passwdutil/
H A Dpasswdutil.h81 } attrtype; typedef
84 attrtype type;
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaAttrManager.c35 find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes,
622 find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes, in find_attribute() argument
631 if (attr->attribute.type == attrtype) { in find_attribute()
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Ddit_access_utils.c1512 char *attrtype, *p; in getObjectClass() local
1519 attrtype = p; in getObjectClass()
1522 if ((p = strchr(attrtype, '=')) == 0 || p == attrtype || in getObjectClass()
1531 len = p - attrtype + 1; in getObjectClass()
1534 if (!strncasecmp(oc_lookup[i].attrType, attrtype, len)) in getObjectClass()
/illumos-gate/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_util.c601 dladm_datatype_t attrtype; in dlmgmt_getattr_common() local
603 err = linkattr_get(headp, attr, &attrval, &attrsz, &attrtype); in dlmgmt_getattr_common()
611 retvalp->lr_type = attrtype; in dlmgmt_getattr_common()
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptool.h195 int ldaptool_compare_ext_s( LDAP *ld, const char *dn, const char *attrtype,
H A Dcommon.c1527 int ldaptool_compare_ext_s( LDAP *ld, const char *dn, const char *attrtype, argument
1533 if (( rc = ldap_compare_ext( ld, dn, attrtype, bvalue, serverctrls,
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c210 static void attrlist_add(attrlist **, attrtype, char *);
212 static char *userinput(char *, pwu_repository_t *, attrtype);
536 userinput(char *name, pwu_repository_t *rep, attrtype type) in userinput()
1685 attrlist_add(attrlist **l, attrtype type, char *val) in attrlist_add()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c2413 CK_ATTRIBUTE_TYPE attrtype, KMF_BIGINT *bigint) in get_bigint_attr() argument
2418 attr.type = attrtype; in get_bigint_attr()