Home | History | Annotate | Download | only in opts

Lines Matching refs:tbuf

606     char tbuf[32];
611 sprintf(tbuf, " %02x", pc[i]);
612 strcat(buf, tbuf);
619 char tbuf[32];
625 sprintf(tbuf, " %04x", pc[i]);
626 strcat(buf, tbuf);