Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dm_debuglog.c958 static void add_to_buf ( HChar c, void* p ) in add_to_buf() function
996 (void)myvprintf_str ( add_to_buf, &buf, 0, 1, ">", False ); in VG_()
999 (void)myvprintf_str ( add_to_buf, &buf, 0, 2, "--", False ); in VG_()
1000 (void)myvprintf_int64 ( add_to_buf, &buf, 0, 10, 1, False, (ULong)pid ); in VG_()
1001 (void)myvprintf_str ( add_to_buf, &buf, 0, 1, ":", False ); in VG_()
1002 (void)myvprintf_int64 ( add_to_buf, &buf, 0, 10, 1, False, (ULong)level ); in VG_()
1003 (void)myvprintf_str ( add_to_buf, &buf, 0, 1, ":", False ); in VG_()
1004 (void)myvprintf_str ( add_to_buf, &buf, 0, 8, modulename, False ); in VG_()
1005 (void)myvprintf_str ( add_to_buf, &buf, 0, indent, "", False ); in VG_()
1009 (void) VG_(debugLog_vprintf) ( add_to_buf, &buf, format, vargs ); in VG_()