Home
last modified time | relevance | path

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

/external/openssh/
Dauth-rhosts.c202 static const char *rhosts_files[] = {".shosts", ".rhosts", NULL}; in auth_rhosts2_raw() local
215 for (rhosts_file_index = 0; rhosts_files[rhosts_file_index]; in auth_rhosts2_raw()
219 pw->pw_dir, rhosts_files[rhosts_file_index]); in auth_rhosts2_raw()
227 if (!rhosts_files[rhosts_file_index] && in auth_rhosts2_raw()
271 for (rhosts_file_index = 0; rhosts_files[rhosts_file_index]; in auth_rhosts2_raw()
275 pw->pw_dir, rhosts_files[rhosts_file_index]); in auth_rhosts2_raw()
296 rhosts_files[rhosts_file_index]); in auth_rhosts2_raw()
302 rhosts_files[rhosts_file_index]); in auth_rhosts2_raw()