Home
last modified time | relevance | path

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

/coreutils/src/
Dwho.c236 char const *comment, char const *exitstr) in print_line() argument
257 x_exitstr = xmalloc (include_exit ? 1 + MAX (12, strlen (exitstr)) + 1 : 1); in print_line()
259 sprintf (x_exitstr, " %-12s", exitstr); in print_line()
459 static char *exitstr; in print_deadprocs() local
463 if (!exitstr) in print_deadprocs()
464 exitstr = xmalloc (strlen (_("term=")) in print_deadprocs()
469 sprintf (exitstr, "%s%d %s%d", _("term="), utmp_ent->ut_exit.e_termination, in print_deadprocs()
475 time_string (utmp_ent), "", pidstr, comment, exitstr); in print_deadprocs()