Home
last modified time | relevance | path

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

/coreutils/src/
Dwho.c241 char x_pid[1 + INT_STRLEN_BOUND (pid_t) + 1]; in print_line() local
252 if (!short_output && strlen (pid) < sizeof x_pid - 1) in print_line()
253 sprintf (x_pid, " %10s", pid); in print_line()
255 *x_pid = '\0'; in print_line()
279 x_pid, in print_line()