Home
last modified time | relevance | path

Searched refs:who_host (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcsh/
H A Dtc.who.c144 char who_host[UTHOSTLEN + 1]; member
339 (void) strncpy(wp->who_host, host, UTHOSTLEN);
341 wp->who_host[0] = 0;
343 (void) strncpy(wp->who_host, utmp.ut_host, UTHOSTLEN);
360 (void) strncpy(wpnew->who_host, host, UTHOSTLEN);
362 wpnew->who_host[0] = 0;
364 (void) strncpy(wpnew->who_host, utmp.ut_host, UTHOSTLEN);
552 if (wp->who_host[0] == '\0')
555 pb = wp->who_host;
572 if (wp->who_host[0] == '\0')
[all …]