Home
last modified time | relevance | path

Searched refs:write_host_entry (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/
H A Dhostfile.c437 write_host_entry(FILE *f, const char *host, const char *ip, in write_host_entry() function
467 success = write_host_entry(f, ip, NULL, key, 1); in write_host_entry()
535 success = write_host_entry(f, host, NULL, key, store_hash); in add_host_to_hostfile()
665 if (!write_host_entry(ctx.out, host, ip, in hostfile_replace_entries()
672 if (!write_host_entry(ctx.out, host, NULL, in hostfile_replace_entries()
679 if (!write_host_entry(ctx.out, ip, NULL, in hostfile_replace_entries()
H A Dssh_namespace.h1021 #define write_host_entry Fssh_write_host_entry macro