Home | History | Annotate | Download | only in tests

Lines Matching full:myprintf_buf

4    The change in question is a change of the size of myprintf_buf from
1278 static HChar myprintf_buf[1000 -930];
1284 (*vex_log_bytes)( myprintf_buf, vex_strlen(myprintf_buf) );
1286 myprintf_buf[n_myprintf_buf] = 0;
1288 myprintf_buf[n_myprintf_buf++] = c;
1289 myprintf_buf[n_myprintf_buf] = 0;
1299 myprintf_buf[n_myprintf_buf] = 0;
1303 (*vex_log_bytes)( myprintf_buf, n_myprintf_buf );