Home
last modified time | relevance | path

Searched refs:HOSTMAX (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/rpcsvc/
H A Drusers.c545 #define HOSTMAX sizeof (up->ut_host) in putline_2() macro
569 (void) strncpy(buf, up->ut_host, HOSTMAX); in putline_2()
570 buf[HOSTMAX] = '\0'; in putline_2()
571 (void) printf(" (%.*s)", HOSTMAX, buf); in putline_2()