Home
last modified time | relevance | path

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

/netbsd-src/usr.bin/systat/
H A Dps.c265 static char commstr[41]; in comm2str() local
267 commstr[0]='\0'; in comm2str()
272 strlcat(commstr, *argv, sizeof(commstr)); in comm2str()
274 strlcat(commstr, " ", sizeof(commstr)); in comm2str()
289 snprintf(commstr, sizeof(commstr), "%c%s%c", fmt[0], in comm2str()
293 return commstr; in comm2str()