Home
last modified time | relevance | path

Searched refs:match_user (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dmatch.h27 int match_user(const char *, const char *, const char *, const char *);
/titanic_44/usr/src/cmd/newtask/
H A Dnewtask.c84 static struct passwd *match_user(uid_t, char *, int);
158 if ((pw = match_user(uid, projname, 1)) == NULL) { in main()
437 if ((passwd_entry = match_user(original_prcred.pr_ruid, in update_running_proc()
655 match_user(uid_t uid, char *projname, int is_my_uid) in match_user() function
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dmatch.c207 match_user(const char *user, const char *host, const char *ipaddr, in match_user() function
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dauth.c163 if (match_user(pw->pw_name, hostname, ipaddr, in allowed_user()
173 if (match_user(pw->pw_name, hostname, ipaddr, in allowed_user()
/titanic_44/usr/src/cmd/print/bsd-sysv-commands/
H A Dlpstat.c775 match_user(char *user, char **list) in match_user() function
812 if ((users != NULL) && (match_user(user, users) < 0)) in report_job()