Lines Matching defs:find_host
1191 int find_host; /* Search for specific hostname */
1212 if (has_wild && !ctx->find_host) {
1275 } else if (ctx->find_host) {
1315 do_known_hosts(struct passwd *pw, const char *name, int find_host,
1339 ctx.find_host = find_host;
1346 if (!find_host && (hash_hosts || delete_host)) {
1364 foreach_options = find_host ? HKF_WANT_MATCH : 0;
1366 if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ?
1414 exit (find_host && !ctx.found_key);
3364 int find_host = 0, delete_host = 0, hash_hosts = 0;
3425 find_host = 1;
3734 if (delete_host || hash_hosts || find_host) {
3735 do_known_hosts(pw, rr_hostname, find_host,