Lines Matching refs:hostname
57 check_rhosts_file(const char *filename, const char *hostname, in check_rhosts_file() argument
153 if (!innetgr(host + 1, hostname, NULL, NULL) && in check_rhosts_file()
156 } else if (strcasecmp(host, hostname) && in check_rhosts_file()
191 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2() argument
201 client_user, hostname, ipaddr); in auth_rhosts2()
242 if (check_rhosts_file(_PATH_RHOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2()
245 "/etc/hosts.equiv.", hostname, ipaddr); in auth_rhosts2()
248 if (check_rhosts_file(_PATH_SSH_HOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2()
251 "%.100s.", hostname, ipaddr, _PATH_SSH_HOSTS_EQUIV); in auth_rhosts2()
319 if (check_rhosts_file(path, hostname, ipaddr, in auth_rhosts2()
326 "%s server_user %s", hostname, ipaddr, in auth_rhosts2()