Home
last modified time | relevance | path

Searched defs:find_host (Results 1 – 2 of 2) sorted by relevance

/dragonfly/usr.sbin/rpc.statd/
H A Dfile.c75 find_host(char *hostname, int create) in find_host() function
/dragonfly/crypto/openssh/
H A Dssh-keygen.c1171 int find_host; /* Search for specific hostname */ member
1295 do_known_hosts(struct passwd *pw, const char *name, int find_host, in do_known_hosts()
3316 int find_host = 0, delete_host = 0, hash_hosts = 0; in main() local