Searched refs:userlist_matches (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/sudo-73/src/
H A Dparse.h178 int userlist_matches __P((struct passwd *, struct member_list *));
H A Dparse.c181 if (userlist_matches(sudo_user.pw, &us->users) != ALLOW)
215 if (userlist_matches(sudo_user.pw, &us->users) != ALLOW)
436 if (userlist_matches(pw, &us->users) != ALLOW)
476 if (userlist_matches(pw, &d->binding) != ALLOW)
598 if (userlist_matches(pw, &us->users) != ALLOW)
H A Dtestsudoers.c260 if (userlist_matches(sudo_user.pw, &us->users) != ALLOW)
H A Ddefaults.c528 userlist_matches(sudo_user.pw, &def->binding) == ALLOW &&
H A Dmatch.c155 userlist_matches(pw, list) function

Completed in 128 milliseconds