HomeSort by relevance Sort by last modified time
    Searched refs:myprintf_buf (Results 1 - 8 of 8) sorted by null

  /external/valgrind/exp-sgcheck/tests/
bad_percentify.c 99 printf_buf_t myprintf_buf local
102 ret = vprintf_to_buf(&myprintf_buf, format, vargs);
104 if (myprintf_buf.buf_used > 0) {
105 send_bytes_to_logging_sink( myprintf_buf.sink,
106 myprintf_buf.buf,
107 myprintf_buf.buf_used );
hackedbz2.c 4 The change in question is a change of the size of myprintf_buf from
1278 static HChar myprintf_buf[1000 -930]; variable
    [all...]
  /external/valgrind/VEX/priv/
main_util.c 500 static HChar myprintf_buf[1000]; variable
506 myprintf_buf[n_myprintf_buf++] = c;
507 myprintf_buf[n_myprintf_buf] = 0;
509 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
511 myprintf_buf[n_myprintf_buf] = 0;
520 myprintf_buf[n_myprintf_buf] = 0;
524 (*vex_log_bytes)( myprintf_buf, n_myprintf_buf );
  /external/valgrind/coregrind/
m_libcprint.c 638 printf_buf_t myprintf_buf local
641 = vprintf_to_buf(&myprintf_buf, format, vargs);
643 if (myprintf_buf.buf_used > 0) {
644 send_bytes_to_logging_sink( myprintf_buf.sink,
645 myprintf_buf.buf,
646 myprintf_buf.buf_used );
    [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c 1269 static HChar myprintf_buf[1000]; variable
    [all...]
varinfo6.c 1307 static HChar myprintf_buf[1000]; variable
    [all...]
  /external/valgrind/perf/
bz2.c 1267 static HChar myprintf_buf[1000]; variable
    [all...]
test_input_for_tinycc.c 1383 static HChar myprintf_buf[1000]; variable
1389 vex_log_bytes( myprintf_buf, vex_strlen(myprintf_buf) );
1391 myprintf_buf[n_myprintf_buf] = 0;
1393 myprintf_buf[n_myprintf_buf++] = c;
1394 myprintf_buf[n_myprintf_buf] = 0;
    [all...]

Completed in 602 milliseconds