Searched refs:attrtype (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/ldap/ns_ldap/ |
H A D | mapping.c | 150 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 D | passwdutil.h | 82 } attrtype; typedef 85 attrtype type;
|
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaAttrManager.c | 35 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 D | dit_access_utils.c | 1512 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 D | dlmgmt_util.c | 601 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 D | ldaptool.h | 195 int ldaptool_compare_ext_s( LDAP *ld, const char *dn, const char *attrtype,
|
H A D | common.c | 1527 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 D | passwd.c | 212 static void attrlist_add(attrlist **, attrtype, char *); 214 static char *userinput(char *, pwu_repository_t *, attrtype); 538 userinput(char *name, pwu_repository_t *rep, attrtype type) in userinput() 1686 attrlist_add(attrlist **l, attrtype type, char *val) in attrlist_add()
|
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/ |
H A D | pkcs11_spi.c | 2413 CK_ATTRIBUTE_TYPE attrtype, KMF_BIGINT *bigint) in get_bigint_attr() argument 2418 attr.type = attrtype; in get_bigint_attr()
|