Searched refs:who_host (Results 1 – 1 of 1) sorted by relevance
146 char who_host[UTHOSTLEN + 1]; member358 (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[0] == '\0')[all …]