HOSTMAX
(void) strncpy(buf, up->ut_host, HOSTMAX);
buf[HOSTMAX] = '\0';
(void) printf(" (%.*s)", HOSTMAX, buf);