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

/freebsd-13-stable/usr.sbin/rpc.statd/
H A Dstatd.h109 extern HostInfo *find_host(char * /*hostname*/, int /*create*/);
H A Dprocs.c183 /* If find_host() fails, it will have logged the error already. */
190 if ((hp = find_host(arg->mon_id.mon_name, TRUE)))
276 if ((hp = find_host(arg->mon_name, FALSE)))
396 hp = find_host(arg->mon_name, FALSE);
H A Dfile.c71 /* find_host -------------------------------------------------------------- */
79 HostInfo *find_host(char *hostname, int create) function
/freebsd-13-stable/crypto/openssh/
H A Dssh-keygen.c95 int find_host = 0; variable
1160 if (has_wild && !find_host) {
1222 } else if (find_host) {
1277 if (!find_host && (hash_hosts || delete_host)) {
1294 foreach_options = find_host ? HKF_WANT_MATCH : 0;
1296 if ((r = hostkeys_foreach(identity_file, (find_host || !hash_hosts) ?
1344 exit (find_host && !ctx.found_key);
2493 find_host = 1;
2724 if (delete_host || hash_hosts || find_host)

Completed in 117 milliseconds