Lines Matching refs:thishost
242 char thishost[NI_MAXHOST], shorthost[NI_MAXHOST], portstr[NI_MAXSERV];
740 if (gethostname(thishost, sizeof(thishost)) == -1)
742 strlcpy(shorthost, thishost, sizeof(shorthost));
743 shorthost[strcspn(thishost, ".")] = '\0';
750 "h", host, "l", thishost, "n", host_arg, "r", options.user,
780 "l", thishost, "n", host_arg, "r", options.user,
1479 char *filename, *cp, thishost[NI_MAXHOST];
1519 if (gethostname(thishost, sizeof(thishost)) == -1)
1530 "u", pwname, "l", thishost, "h", host,