Lines Matching full:thishost
496 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV];570 if (gethostname(thishost, sizeof(thishost)) == -1)572 strlcpy(shorthost, thishost, sizeof(shorthost));573 shorthost[strcspn(thishost, ".")] = '\0';580 "l", thishost,