Lines Matching defs:thishost
64 static char thishost[MAXHOSTNAMELEN + 1] = "";
132 if (is_same_host(mp->ml_hostname, thishost, thisaddr)) {
210 if (is_same_host(p->ml_hostname, thishost, thisaddr)) {
322 xstrlcpy(thishost, optarg, sizeof(thishost));
336 if (!*thishost) {
339 if (gethostname(thishost, sizeof(thishost)) < 0) {
343 thishost[sizeof(thishost) - 1] = '\0';
350 if (!(he = gethostbyname(thishost))) {
352 thishost);
362 xstrlcpy(thishost, he->h_name, sizeof(thishost));