Searched refs:find_host (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dssh-keygen.c86 int find_host = 0; variable
1066 if (has_wild && !find_host) {
1121 } else if (find_host) {
1171 if (!find_host && (hash_hosts || delete_host)) {
1191 name, NULL, find_host ? HKF_WANT_MATCH : 0)) != 0)
1236 exit (find_host && !ctx.found_key);
2299 find_host = 1;
2524 if (delete_host || hash_hosts || find_host)

Completed in 22 milliseconds