Lines Matching defs:hosts
2087 hostspec_is_complex(const char *hosts)
2092 if (strchr(hosts, '*') != NULL || strchr(hosts, '?') != NULL)
2095 if ((cp = strchr(hosts, ',')) == NULL)
2138 if (ctx->ip_str != NULL && strchr(l->hosts, ',') != NULL) {
2157 if (hostspec_is_complex(l->hosts)) {
2204 hashed ? "[HASHED]" : l->hosts);
2326 debug_f("known hosts file %s does not "
2329 error_f("known hosts file %s "
2606 * cases such as hosts with multiple names becoming inconsistent
2670 * what the client does with its hosts file.