Home
last modified time | relevance | path

Searched refs:add_to_buf (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/coregrind/
Dm_debuglog.c1179 static void add_to_buf ( HChar c, void* p ) in add_to_buf() function
1217 (void)myvprintf_str ( add_to_buf, &buf, 0, 1, ">", False ); in VG_()
1220 (void)myvprintf_str ( add_to_buf, &buf, 0, 2, "--", False ); in VG_()
1221 (void)myvprintf_int64 ( add_to_buf, &buf, 0, 10, 1, False, (ULong)pid ); in VG_()
1222 (void)myvprintf_str ( add_to_buf, &buf, 0, 1, ":", False ); in VG_()
1223 (void)myvprintf_int64 ( add_to_buf, &buf, 0, 10, 1, False, (ULong)level ); in VG_()
1224 (void)myvprintf_str ( add_to_buf, &buf, 0, 1, ":", False ); in VG_()
1225 (void)myvprintf_str ( add_to_buf, &buf, 0, 8, modulename, False ); in VG_()
1226 (void)myvprintf_str ( add_to_buf, &buf, 0, indent, "", False ); in VG_()
1230 (void) VG_(debugLog_vprintf) ( add_to_buf, &buf, format, vargs ); in VG_()
/external/valgrind/none/tests/
Dunit_debuglog.c42 n = VG_(debugLog_vprintf)(add_to_buf, &buf, format, vargs); in run()