nfs_idmap_str_uid
stat = nfs_idmap_str_uid(&str, &uid);
static int nfs_idmap_str_uid(utf8string *, uid_t *);
error = nfs_idmap_str_uid(vals->key, &dest->a_id,
error = nfs_idmap_str_uid(&nfsace4->who,
error = nfs_idmap_str_uid(&na->owner, &sarg->vap->va_uid, TRUE);
error = nfs_idmap_str_uid(&na->owner, &uid, TRUE);
error = nfs_idmap_str_uid(&ov, &uid, FALSE);
error = nfs_idmap_str_uid(&ov, &uid, FALSE);
extern int nfs_idmap_str_uid(utf8string *u8s, uid_t *, bool_t);