Searched refs:ut_host (Results 1 – 2 of 2) sorted by relevance
274 if (include_where && utmp_ent->ut_host[0]) in print_entry()278 char *ut_host = utmp_ent->ut_host; in print_entry() local281 display = strchr (ut_host, ':'); in print_entry()285 if (*ut_host) in print_entry()287 host = canon_host (ut_host); in print_entry()289 host = ut_host; in print_entry()299 if (host != ut_host) in print_entry()
371 if (utmp_ent->ut_host[0]) in print_user()375 char *ut_host = utmp_ent->ut_host; in print_user() local378 display = strchr (ut_host, ':'); in print_user()382 if (*ut_host && do_lookup) in print_user()385 host = canon_host (ut_host); in print_user()389 host = ut_host; in print_user()418 if (host != ut_host) in print_user()