Home | History | Annotate | Download | only in priv

Lines Matching refs:n_myprintf_buf

501 static Int   n_myprintf_buf;
505 Bool emit = toBool(c == '\n' || n_myprintf_buf >= 1000-10 /*paranoia*/);
506 myprintf_buf[n_myprintf_buf++] = c;
507 myprintf_buf[n_myprintf_buf] = 0;
510 n_myprintf_buf = 0;
511 myprintf_buf[n_myprintf_buf] = 0;
519 n_myprintf_buf = 0;
520 myprintf_buf[n_myprintf_buf] = 0;
523 if (n_myprintf_buf > 0) {
524 (*vex_log_bytes)( myprintf_buf, n_myprintf_buf );