Searched refs:wpnew (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
H A Dtc.who.c205 struct who *wp, *wpnew; local
217 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
[all...]

Completed in 54 milliseconds