HomeSort by: relevance | last modified time | path
    Searched defs:find_host (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/rpc.statd/
statd.c 269 /* find_host -------------------------------------------------------------- */
277 find_host(char *hostname, HostInfo *hp) function
  /src/crypto/external/bsd/openssh/dist/
ssh-keygen.c 1112 int find_host; /* Search for specific hostname */ member in struct:known_hosts_ctx
1133 if (has_wild && !ctx->find_host) {
1196 } else if (ctx->find_host) {
1236 do_known_hosts(struct passwd *pw, const char *name, int find_host,
1260 ctx.find_host = find_host;
1267 if (!find_host && (hash_hosts || delete_host)) {
1285 foreach_options = find_host ? HKF_WANT_MATCH : 0;
1287 if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ?
1335 exit (find_host && !ctx.found_key)
3278 int find_host = 0, delete_host = 0, hash_hosts = 0; local
    [all...]

Completed in 25 milliseconds