trimmed_name 50 maint/gnulib/lib/readutmp.c char *p, *trimmed_name; trimmed_name 52 maint/gnulib/lib/readutmp.c trimmed_name = xmalloc (sizeof (UT_USER (ut)) + 1); trimmed_name 53 maint/gnulib/lib/readutmp.c strncpy (trimmed_name, UT_USER (ut), sizeof (UT_USER (ut))); trimmed_name 57 maint/gnulib/lib/readutmp.c trimmed_name[sizeof (UT_USER (ut))] = '\0'; trimmed_name 58 maint/gnulib/lib/readutmp.c for (p = trimmed_name + strlen (trimmed_name); trimmed_name 59 maint/gnulib/lib/readutmp.c trimmed_name < p && p[-1] == ' '; trimmed_name 62 maint/gnulib/lib/readutmp.c return trimmed_name;