Searched refs:userpw_matches (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/sudo-72/src/
H A Dparse.h180 int userpw_matches __P((char *, char *, struct passwd *));
H A Dmatch.c144 if (userpw_matches(m->name, pw->pw_name, pw))
182 return userpw_matches(def_runas_default, runas_pw->pw_name, runas_pw);
206 if (userpw_matches(m->name, runas_pw->pw_name, runas_pw))
808 userpw_matches(sudoers_user, user, pw) function

Completed in 127 milliseconds