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

/freebsd-11-stable/usr.sbin/rpc.statd/
H A Dstatd.h107 extern HostInfo *find_host(char * /*hostname*/, int /*create*/);
H A Dprocs.c180 /* If find_host() fails, it will have logged the error already. */
187 if ((hp = find_host(arg->mon_id.mon_name, TRUE)))
273 if ((hp = find_host(arg->mon_name, FALSE)))
393 hp = find_host(arg->mon_name, FALSE);
H A Dfile.c69 /* find_host -------------------------------------------------------------- */
77 HostInfo *find_host(char *hostname, int create) function
/freebsd-11-stable/crypto/openssh/
H A Dssh-keygen.c94 int find_host = 0; variable
1098 if (has_wild && !find_host) {
1160 } else if (find_host) {
1215 if (!find_host && (hash_hosts || delete_host)) {
1233 foreach_options = find_host ? HKF_WANT_MATCH : 0;
1283 exit (find_host && !ctx.found_key);
2324 find_host = 1;
2551 if (delete_host || hash_hosts || find_host)

Completed in 430 milliseconds