_UTX_HOSTSIZE
char ut_host[_UTX_HOSTSIZE]; /* host name */
char ll_host[_UTX_HOSTSIZE]; /* host name */
#define UTX_HOSTSIZE _UTX_HOSTSIZE
char host[_UTX_HOSTSIZE + 1]; /* null terminated remote host name */
w->host[_UTX_HOSTSIZE] = '\0';
#define WHO_HOST_LEN _UTX_HOSTSIZE