Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmatch.h22 int match_user(const char *, const char *, const char *, const char *);
H A Dauth.c149 r = match_user(pw->pw_name, hostname, ipaddr, in allowed_user()
165 r = match_user(pw->pw_name, hostname, ipaddr, in allowed_user()
H A Dmatch.c275 match_user(const char *user, const char *host, const char *ipaddr, in match_user() function
H A Dssh_namespace.h469 #define match_user Fssh_match_user macro
H A Dservconf.c1669 match_user(NULL, NULL, NULL, arg) == -1) in process_server_config_line_depth()