Searched defs:bufpp (Results 1 - 5 of 5) sorted by relevance

/external/valgrind/main/drd/
H A Ddrd_error.c558 Bool drd_read_extra_suppression_info(Int fd, Char** bufpp, argument
/external/valgrind/main/exp-sgcheck/
H A Dpc_common.c738 Bool pc_read_extra_suppression_info ( Int fd, Char** bufpp, argument
743 eof = VG_(get_line) ( fd, bufpp, nBufp, NULL );
745 VG_(set_supp_string)(su, VG_(strdup)("pc.common.presi.1", *bufpp));
/external/valgrind/main/coregrind/
H A Dm_errormgr.c1090 Bool VG_(get_line) ( Int fd, Char** bufpp, SizeT* nBufp, Int* lineno ) argument
1092 Char* buf = *bufpp;
1121 *bufpp = buf = VG_(realloc)("errormgr.get_line.1", buf, nBuf);
/external/valgrind/main/helgrind/
H A Dhg_errors.c1369 Bool HG_(read_extra_suppression_info) ( Int fd, Char** bufpp, SizeT* nBufp, argument
/external/valgrind/main/memcheck/
H A Dmc_errors.c1457 Bool MC_(read_extra_suppression_info) ( Int fd, Char** bufpp, argument
1463 eof = VG_(get_line) ( fd, bufpp, nBufp, NULL );
1465 VG_(set_supp_string)(su, VG_(strdup)("mc.resi.1", *bufpp));

Completed in 251 milliseconds