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

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

Completed in 92 milliseconds