Searched refs:UT_HOSTSIZE (Results 1 – 6 of 6) sorted by relevance
12 #define UT_HOSTSIZE 256 macro18 char ll_host[UT_HOSTSIZE];
281 if (strlen(TT.host_str) > UT_HOSTSIZE) perror_msg_raw(utmperr); in utmp_entry()282 else xstrncpy(entry.ut_host, TT.host_str, UT_HOSTSIZE); in utmp_entry()289 if (strlen(TT.host_str) > UT_HOSTSIZE) perror_msg_raw(utmperr); in utmp_entry()290 else xstrncpy(entry.ut_host, TT.host_str, UT_HOSTSIZE); in utmp_entry()