HomeSort by: relevance | last modified time | path
    Searched defs:usrstr (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/systat/
pigs.c 100 char pidname[30], pidstr[7], usrstr[9]; local in function:showpigs
124 usrstr[0] = '\0';
130 snprintf(usrstr, sizeof(usrstr), "%8s",
135 mvwaddstr(wnd, y, 0, usrstr);

Completed in 11 milliseconds