OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:match_user
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
match.h
21
int
match_user
(const char *, const char *, const char *, const char *);
match.c
214
match_user
(const char *user, const char *host, const char *ipaddr,
function
auth.c
189
if (
match_user
(pw->pw_name, hostname, ipaddr,
200
if (
match_user
(pw->pw_name, hostname, ipaddr,
Completed in 48 milliseconds