Lines Matching defs:p_buf
154 static char p_buf[512];
1384 (void) sprintf(d_buf, vtbl_str, p_buf);
1397 *p_buf = '\0';
1398 (void) strcat(p_buf, "class ");
1405 (void) strcat(p_buf, s);
1421 (void) strcat(p_buf, root);
1423 (void) strcat(p_buf, " in ");
1428 (void) strcat(p_buf, child);
1440 (void) strcat(p_buf, child);
1441 (void) strcat(p_buf, " derived from ");
1444 (void) strcat(p_buf, root);
1453 (void) strcat(p_buf, child);
1455 (void) strcat(p_buf, " derived from ");
1458 (void) strcat(p_buf, root);
1460 (void) strcat(p_buf, " in ");
1465 (void) strcat(p_buf, child + child_len + 2);