Home | History | Annotate | Download | only in opts

Lines Matching defs:tbuf

1184     char tbuf[32];
1189 sprintf(tbuf, " %02x", pc[i]);
1190 strcat(buf, tbuf);
1197 char tbuf[32];
1203 sprintf(tbuf, " %04x", pc[i]);
1204 strcat(buf, tbuf);