find_host
int find_host; /* Search for specific hostname */
if (has_wild && !ctx->find_host) {
} else if (ctx->find_host) {
do_known_hosts(struct passwd *pw, const char *name, int find_host,
ctx.find_host = find_host;
if (!find_host && (hash_hosts || delete_host)) {
foreach_options = find_host ? HKF_WANT_MATCH : 0;
if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ?
exit (find_host && !ctx.found_key);
int find_host = 0, delete_host = 0, hash_hosts = 0;
find_host = 1;
if (delete_host || hash_hosts || find_host) {
do_known_hosts(pw, rr_hostname, find_host,
if ((hp = find_host(arg->mon_id.mon_name, TRUE)))
if ((hp = find_host(arg->mon_name, FALSE)))
hp = find_host(arg->mon_name, FALSE);
extern HostInfo *find_host(char * /*hostname*/, int /*create*/);