match_user
if ((pw = match_user(uid, projname, 1)) == NULL) {
if ((passwd_entry = match_user(original_prcred.pr_ruid,
static struct passwd *match_user(uid_t, char *, int);
if ((users != NULL) && (match_user(user, users) < 0))