Home
last modified time | relevance | path

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

/external/openssh/
Dauth-rhosts.c206 u_int rhosts_file_index; in auth_rhosts2_raw() local
219 for (rhosts_file_index = 0; rhosts_files[rhosts_file_index]; in auth_rhosts2_raw()
220 rhosts_file_index++) { in auth_rhosts2_raw()
223 pw->pw_dir, rhosts_files[rhosts_file_index]); in auth_rhosts2_raw()
234 if (!rhosts_files[rhosts_file_index] && in auth_rhosts2_raw()
286 for (rhosts_file_index = 0; rhosts_files[rhosts_file_index]; in auth_rhosts2_raw()
287 rhosts_file_index++) { in auth_rhosts2_raw()
290 pw->pw_dir, rhosts_files[rhosts_file_index]); in auth_rhosts2_raw()
314 "ignore %.100s.", rhosts_files[rhosts_file_index]); in auth_rhosts2_raw()
321 rhosts_files[rhosts_file_index]); in auth_rhosts2_raw()