Home
last modified time | relevance | path

Searched refs:parse_attributes (Results 1 – 3 of 3) sorted by relevance

/src/crypto/heimdal/kadmin/
H A Dutil.c107 parse_attributes (const char *resp, krb5_flags *attr, int *mask, int bit) in parse_attributes() function
142 if (parse_attributes (resp, attr, mask, bit) == 0) in edit_attributes()
472 if (parse_attributes (attributes, &ent->attributes, in set_entry()
H A Dkadmin_locl.h109 int parse_attributes (const char *, krb5_flags *, int *, int);
H A DChangeLog603 * util.c (parse_attributes): make empty string mean no attributes,