Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dutmpx.h50 #define _UTX_HOSTSIZE 256 macro
56 #define UTX_HOSTSIZE _UTX_HOSTSIZE
113 char ut_host[_UTX_HOSTSIZE]; /* host name */
128 char ll_host[_UTX_HOSTSIZE]; /* host name */
/dragonfly/usr.bin/who/
H A Dutmpentry.h35 #define WHO_HOST_LEN _UTX_HOSTSIZE
/dragonfly/usr.bin/finger/
H A Dfinger.h62 char host[_UTX_HOSTSIZE + 1]; /* null terminated remote host name */
H A Dutil.c131 w->host[_UTX_HOSTSIZE] = '\0'; in enter_lastlog()