attrtype
dladm_datatype_t attrtype;
err = linkattr_get(headp, attr, &attrval, &attrsz, &attrtype);
retvalp->lr_type = attrtype;
int ldaptool_compare_ext_s( LDAP *ld, const char *dn, const char *attrtype,
if (( rc = ldap_compare_ext( ld, dn, attrtype, bvalue, serverctrls,
int ldaptool_compare_ext_s( LDAP *ld, const char *dn, const char *attrtype,
set_keys(char **key, char *attrtype)
totlen += strlen(attrtype) + strlen(k) + 3;
"(%s=%s)", attrtype, k);
set_keys_publickey(char **key, char *attrtype, int type, char **ret)
totlen += strlen(k) + strlen(attrtype) + 3;
"(%s=%s)", attrtype, k);
attrlist_add(attrlist **l, attrtype type, char *val)
static void attrlist_add(attrlist **, attrtype, char *);
static char *userinput(char *, pwu_repository_t *, attrtype);
userinput(char *name, pwu_repository_t *rep, attrtype type)
CK_ATTRIBUTE_TYPE attrtype, KMF_BIGINT *bigint)
attr.type = attrtype;
char *attrtype, *p;
attrtype = p;
if ((p = strchr(attrtype, '=')) == 0 || p == attrtype ||
len = p - attrtype + 1;
if (!strncasecmp(oc_lookup[i].attrType, attrtype, len))
attrtype type;
find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes,
find_attribute(CK_ATTRIBUTE_TYPE attrtype, generic_attr_t *attributes,
if (attr->attribute.type == attrtype) {