HomeSort by relevance Sort by last modified time
    Searched refs:system_hostfiles (Results 1 - 5 of 5) sorted by null

  /external/openssh/
readconf.h 88 char *system_hostfiles[SSH_MAX_HOSTS_FILES]; member in struct:__anon25860
sshconnect.c 695 char **system_hostfiles, u_int num_system_hostfiles)
744 load_hostkeys(host_hostkeys, host, system_hostfiles[i]);
752 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i]);
822 system_hostfiles, num_system_hostfiles) == 0) {
1140 options.system_hostfiles, options.num_system_hostfiles);
    [all...]
readconf.c 610 cpptr = (char **)&options->system_hostfiles;
    [all...]
ssh.c 903 tilde_expand_paths(options.system_hostfiles,
    [all...]
sshconnect2.c 120 load_hostkeys(hostkeys, hostname, options.system_hostfiles[i]);
    [all...]

Completed in 3713 milliseconds