Home
last modified time | relevance | path

Searched refs:ut_user (Results 1 – 3 of 3) sorted by relevance

/coreutils/src/
Dpinky.c229 char *ut_user = utmp_ent->ut_user; in print_entry() local
230 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()
Dwho.c429 print_line (utmp_ent->ut_user, mesg, in print_user()
/coreutils/
DNEWS5777 * fix build problems with ut_name vs. ut_user