Lines Matching refs:hostname
58 check_rhosts_file(const char *filename, const char *hostname, in check_rhosts_file() argument
154 if (!innetgr(host + 1, hostname, NULL, NULL) && in check_rhosts_file()
157 } else if (strcasecmp(host, hostname) && in check_rhosts_file()
192 auth_rhosts2(struct passwd *pw, const char *client_user, const char *hostname, in auth_rhosts2() argument
202 client_user, hostname, ipaddr); in auth_rhosts2()
243 if (check_rhosts_file(_PATH_RHOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2()
246 "/etc/hosts.equiv.", hostname, ipaddr); in auth_rhosts2()
249 if (check_rhosts_file(_PATH_SSH_HOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2()
252 "%.100s.", hostname, ipaddr, _PATH_SSH_HOSTS_EQUIV); in auth_rhosts2()
320 if (check_rhosts_file(path, hostname, ipaddr, in auth_rhosts2()
327 "%s server_user %s", hostname, ipaddr, in auth_rhosts2()