quota_idtype_getname
const char *quota_idtype_getname(struct quotahandle *, int /*idtype*/);
quota_idtype_getname(qup->qh, i),
idtypename = quota_idtype_getname(qh, idtype);
type = quota_idtype_getname(qh, idtype);
type = quota_idtype_getname(qh, idtype);
idtypenames[i] = strdup(quota_idtype_getname(qh, i));