Searched refs:ut_user (Results 1 – 3 of 3) sorted by relevance
229 char *ut_user = utmp_ent->ut_user; in print_entry() local230 if (strnlen (ut_user, 8) < 8) in print_entry()231 printf ("%-8s", ut_user); in print_entry()233 fputs (ut_user, stdout); in print_entry()237 struct passwd *pw = getpwnam (ut_user); in print_entry()448 if (STREQ (utmp_buf->ut_user, argv_names[i])) in scan_entries()
429 print_line (utmp_ent->ut_user, mesg, in print_user()
5777 * fix build problems with ut_name vs. ut_user