Lines Matching defs:thishost
602 free(cinfo->thishost);
658 char cname[NI_MAXHOST], thishost[NI_MAXHOST];
1400 if (gethostname(thishost, sizeof(thishost)) == -1)
1402 cinfo->thishost = xstrdup(thishost);
1403 thishost[strcspn(thishost, ".")] = '\0';
1404 cinfo->shorthost = xstrdup(thishost);
1417 cinfo->conn_hash_hex = ssh_connection_hash(cinfo->thishost,