Lines Matching refs:who_host
144 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')
575 pb = wp->who_host;
637 host = wp->who_host;