Searched refs:rhosts_file_index (Results 1 – 1 of 1) sorted by relevance
197 u_int rhosts_file_index; in auth_rhosts2() local211 for (rhosts_file_index = 0; rhosts_files[rhosts_file_index]; in auth_rhosts2()212 rhosts_file_index++) { in auth_rhosts2()215 pw->pw_dir, rhosts_files[rhosts_file_index]); in auth_rhosts2()228 if (!rhosts_files[rhosts_file_index] && in auth_rhosts2()280 for (rhosts_file_index = 0; rhosts_files[rhosts_file_index]; in auth_rhosts2()281 rhosts_file_index++) { in auth_rhosts2()284 pw->pw_dir, rhosts_files[rhosts_file_index]); in auth_rhosts2()312 strcmp(rhosts_files[rhosts_file_index], ".shosts") != 0)) { in auth_rhosts2()314 "ignore %.100s.", rhosts_files[rhosts_file_index]); in auth_rhosts2()[all …]