Home
last modified time | relevance | path

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

/trueos/contrib/top/
HDtop.c164 static char tempbuf2[50]; local
959 if (readline(tempbuf2, sizeof(tempbuf2), No) > 0)
961 if ((errmsg = kill_procs(tempbuf2)) != NULL)
976 if (readline(tempbuf2, sizeof(tempbuf2), No) > 0)
978 if ((errmsg = renice_procs(tempbuf2)) != NULL)
1011 if (readline(tempbuf2, sizeof(tempbuf2), No) > 0)
1013 if (tempbuf2[0] == '+' &&
1014 tempbuf2[1] == '\0')
1018 else if ((i = userid(tempbuf2)) == -1)
1021 " %s: unknown user", tempbuf2);
[all …]