UT_USER            52 maint/gnulib/lib/readutmp.c   trimmed_name = xmalloc (sizeof (UT_USER (ut)) + 1);
UT_USER            53 maint/gnulib/lib/readutmp.c   strncpy (trimmed_name, UT_USER (ut), sizeof (UT_USER (ut)));
UT_USER            57 maint/gnulib/lib/readutmp.c   trimmed_name[sizeof (UT_USER (ut))] = '\0';
UT_USER           149 maint/gnulib/lib/readutmp.h enum { UT_USER_SIZE = sizeof UT_USER ((STRUCT_UTMP *) 0) };
UT_USER           204 maint/gnulib/lib/readutmp.h    (UT_USER (U)[0]                                              \