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

/netbsd-6-1-5-RELEASE/usr.sbin/rpc.statd/
H A Dstatd.h113 HostInfo *find_host __P((char *, HostInfo *));
H A Dstat_proc.c117 * find_host() fails, it will have logged the error already.
127 if ((hp = find_host(arg->mon_id.mon_name, &h)) == NULL)
217 if ((hp = find_host(arg->mon_name, &h)) != NULL) {
329 hp = find_host(arg->mon_name, &h);
H A Dstatd.c278 /* find_host -------------------------------------------------------------- */
286 find_host(hostname, hp) function
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dssh-keygen.c77 int find_host = 0; variable
984 if (!find_host && (hash_hosts || delete_host)) {
1060 if (find_host || delete_host) {
1069 if (find_host && c) {
1081 if (find_host || delete_host) {
1084 if (find_host && c) {
1956 find_host = 1;
2143 if (delete_host || hash_hosts || find_host)

Completed in 107 milliseconds