Lines Matching refs:strcat

195 	(void) strcat(buf, who);
196 (void) strcat(buf, "(");
199 (void) strcat(buf, ", ");
202 (void) strcat(buf, ")");
204 (void) strcat(buf, ": ");
205 (void) strcat(buf, msg);
207 (void) strcat(buf, ": calling thread does not own the lock");
209 (void) strcat(buf, ": mutex rcount = ");
212 (void) strcat(buf, ": calling thread already owns the lock");
214 (void) strcat(buf, "\ncalling thread is ");
216 (void) strcat(buf, " thread-id ");
221 (void) strcat(buf, "\nthe lock is unowned");
223 (void) strcat(buf, "\nthe lock owner is ");
226 (void) strcat(buf, " in process ");
228 (void) strcat(buf, "\nthe lock owner is ");
230 (void) strcat(buf, " in process ");
233 (void) strcat(buf, "\n\n");
290 (void) strcat(buf, who);
291 (void) strcat(buf, "(");
293 (void) strcat(buf, "): ");
294 (void) strcat(buf, msg);
295 (void) strcat(buf, "\ncalling thread is ");
297 (void) strcat(buf, " thread-id ");
300 (void) strcat(buf, " in process ");
304 (void) strcat(buf, "\nthe writer lock owner is ");
308 (void) strcat(buf, " in process ");
313 (void) strcat(buf, "\nthe reader lock is held by ");
316 (void) strcat(buf, " readers");
318 (void) strcat(buf, "\nthe lock is unowned");
321 (void) strcat(buf, "\nand the lock appears to have waiters");
322 (void) strcat(buf, "\n\n");
364 (void) strcat(buf, msg);
366 (void) strcat(buf, "\n*** calling thread is ");
368 (void) strcat(buf, " thread-id ");
370 (void) strcat(buf, "\n\n");
411 (void) strcat(buf, ", thread-id ");
413 (void) strcat(buf, ": ");
414 (void) strcat(buf, assertion);
415 (void) strcat(buf, ", file ");
416 (void) strcat(buf, filename);
417 (void) strcat(buf, ", line ");
419 (void) strcat(buf, "\n");