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

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.who.c146 char who_host[UTHOSTLEN + 1]; member in struct:who
358 (void) strncpy(wp->who_host, host, UTHOSTLEN);
360 wp->who_host[0] = 0;
362 (void) strncpy(wp->who_host, utmp.ut_host, UTHOSTLEN);
379 (void) strncpy(wpnew->who_host, host, UTHOSTLEN);
381 wpnew->who_host[0] = 0;
383 (void) strncpy(wpnew->who_host, utmp.ut_host, UTHOSTLEN);
571 if (wp->who_host[0] == '\0')
574 pb = wp->who_host;
591 if (wp->who_host[
[all...]

Completed in 50 milliseconds