Searched refs:utmperr (Results 1 – 1 of 1) sorted by relevance
268 char *utmperr = "can't make utmp entry, host length greater than UT_HOSTSIZE(256)"; in utmp_entry() local281 if (strlen(TT.host_str) > UT_HOSTSIZE) perror_msg_raw(utmperr); in utmp_entry()289 if (strlen(TT.host_str) > UT_HOSTSIZE) perror_msg_raw(utmperr); in utmp_entry()