Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth-rhosts.c198 u_int rhosts_file_index; in auth_rhosts2() local
212 for (rhosts_file_index = 0; rhosts_files[rhosts_file_index]; in auth_rhosts2()
213 rhosts_file_index++) { in auth_rhosts2()
216 pw->pw_dir, rhosts_files[rhosts_file_index]); in auth_rhosts2()
229 if (!rhosts_files[rhosts_file_index] && in auth_rhosts2()
281 for (rhosts_file_index = 0; rhosts_files[rhosts_file_index]; in auth_rhosts2()
282 rhosts_file_index++) { in auth_rhosts2()
285 pw->pw_dir, rhosts_files[rhosts_file_index]); in auth_rhosts2()
313 strcmp(rhosts_files[rhosts_file_index], ".shosts") != 0)) { in auth_rhosts2()
315 "ignore %.100s.", rhosts_files[rhosts_file_index]); in auth_rhosts2()
[all …]