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.c882 static void add_to_buf ( HChar c, void* p ) in add_to_buf() function
920 (void)myvprintf_str ( add_to_buf, &buf, 0, 1, ">", False ); in VG_()
923 (void)myvprintf_str ( add_to_buf, &buf, 0, 2, "--", False ); in VG_()
924 (void)myvprintf_int64 ( add_to_buf, &buf, 0, 10, 1, False, (ULong)pid ); in VG_()
925 (void)myvprintf_str ( add_to_buf, &buf, 0, 1, ":", False ); in VG_()
926 (void)myvprintf_int64 ( add_to_buf, &buf, 0, 10, 1, False, (ULong)level ); in VG_()
927 (void)myvprintf_str ( add_to_buf, &buf, 0, 1, ":", False ); in VG_()
928 (void)myvprintf_str ( add_to_buf, &buf, 0, 8, (HChar*)modulename, False ); in VG_()
929 (void)myvprintf_str ( add_to_buf, &buf, 0, indent, "", False ); in VG_()
933 (void) VG_(debugLog_vprintf) ( add_to_buf, &buf, format, vargs ); in VG_()