Searched refs:__UT_HOSTSIZE (Results 1 – 4 of 4) sorted by relevance
37 #define __UT_HOSTSIZE 256 macro65 char ut_host[__UT_HOSTSIZE]
45 memcpy (to->ut_host, from->ut_host, __UT_HOSTSIZE); in utmpx_convert64to32()73 memcpy (to->ut_host, from->ut_host, __UT_HOSTSIZE); in utmpx_convert32to64()
36 char ut_host[__UT_HOSTSIZE]; /* Hostname for remote login. */