Lines Matching refs:pidstr
201 char pidstr[21]; in query_out() local
204 (void) snprintf(pidstr, 20, "%d", pid); in query_out()
207 (void) snprintf(pidstr, 20, "%d/%d", pid, lwpid); in query_out()
213 proclwp, pidstr); in query_out()
215 (void) printf(gettext("%s id %s: %d\n"), proclwp, pidstr, pset); in query_out()
259 char pidstr[21]; in bind_out() local
262 (void) snprintf(pidstr, 20, "%d", pid); in bind_out()
265 (void) snprintf(pidstr, 20, "%d/%d", pid, lwpid); in bind_out()
272 "now not bound\n"), proclwp, pidstr); in bind_out()
275 "now %d\n"), proclwp, pidstr, new); in bind_out()
279 "now not bound\n"), proclwp, pidstr, old); in bind_out()
282 "now %d\n"), proclwp, pidstr, old, new); in bind_out()