Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dkadmin_locl.h109 void attributes2str(krb5_flags, char *, size_t);
H A Dutil.c79 attributes2str(krb5_flags attributes, char *str, size_t len) in attributes2str() function
138 attributes2str(*attr, buf, sizeof(buf)); in edit_attributes()
H A Dget.c224 attributes2str (princ->attributes, buf, buf_len); in format_field()