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

/freebsd-13-stable/crypto/openssh/
H A Dmatch.h21 int match_user(const char *, const char *, const char *, const char *);
H A Dmatch.c222 match_user(const char *user, const char *host, const char *ipaddr, function
H A Dauth.c197 r = match_user(pw->pw_name, hostname, ipaddr,
213 r = match_user(pw->pw_name, hostname, ipaddr,
H A Dssh_namespace.h383 #define match_user Fssh_match_user macro
H A Dservconf.c1671 if (match_user(NULL, NULL, NULL, arg) == -1)
1684 if (match_user(NULL, NULL, NULL, arg) == -1)

Completed in 164 milliseconds