Searched refs:wpnew (Results 1 – 1 of 1) sorted by relevance
205 struct who *wp, *wpnew; local217 USE(wpnew);354 wpnew = xcalloc(1, sizeof *wpnew);355 (void) strncpy(wpnew->who_tty, utmp.ut_line, UTLINLEN);358 host = ut_find_host(wpnew->who_tty);360 (void) strncpy(wpnew->who_host, host, UTHOSTLEN);362 wpnew->who_host[0] = 0;364 (void) strncpy(wpnew->who_host, utmp.ut_host, UTHOSTLEN);367 wpnew->who_time = utmp.ut_time;370 wpnew->who_status = OFFLINE;[all …]