Lines Matching refs:p_buf
157 static char p_buf[512]; variable
1417 (void) sprintf(d_buf, vtbl_str, p_buf);
1430 *p_buf = '\0';
1431 (void) strcat(p_buf, "class ");
1438 (void) strcat(p_buf, s);
1454 (void) strcat(p_buf, root);
1456 (void) strcat(p_buf, " in ");
1461 (void) strcat(p_buf, child);
1473 (void) strcat(p_buf, child);
1474 (void) strcat(p_buf, " derived from ");
1477 (void) strcat(p_buf, root);
1486 (void) strcat(p_buf, child);
1488 (void) strcat(p_buf, " derived from ");
1491 (void) strcat(p_buf, root);
1493 (void) strcat(p_buf, " in ");
1498 (void) strcat(p_buf, child + child_len + 2);