Home
last modified time | relevance | path

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

/external/valgrind/memcheck/
Dmc_errors.c1374 Bool MC_(read_extra_suppression_info) ( Int fd, HChar** bufpp, in MC_()
1381 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno ); in MC_()
1383 VG_(set_supp_string)(su, VG_(strdup)("mc.resi.1", *bufpp)); in MC_()
1393 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno ); in MC_()
1395 if (0 == VG_(strncmp)(*bufpp, "match-leak-kinds:", 17)) { in MC_()
1397 while ((*bufpp)[i] && VG_(isspace)((*bufpp)[i])) in MC_()
1401 (*bufpp)+i, &lse->match_leak_kinds)) { in MC_()
1411 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno ); in MC_()
1415 function_name = VG_(strdup)("mv.resi.4", *bufpp); in MC_()
/external/valgrind/include/
Dpub_tool_errormgr.h106 extern Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno );
Dpub_tool_tooliface.h326 Bool (*read_extra_suppression_info)(Int fd, HChar** bufpp, SizeT* nBufp,
/external/valgrind/exp-sgcheck/
Dpc_common.h55 Bool pc_read_extra_suppression_info ( Int fd, HChar** bufpp,
Dpc_common.c736 Bool pc_read_extra_suppression_info ( Int fd, HChar** bufpp, in pc_read_extra_suppression_info() argument
742 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno ); in pc_read_extra_suppression_info()
744 VG_(set_supp_string)(su, VG_(strdup)("pc.common.presi.1", *bufpp)); in pc_read_extra_suppression_info()
/external/valgrind/helgrind/
Dhg_errors.h43 Bool HG_(read_extra_suppression_info) ( Int fd, HChar** bufpp, SizeT* nBufp,
Dhg_errors.c1347 Bool HG_(read_extra_suppression_info) ( Int fd, HChar** bufpp, SizeT* nBufp, in HG_()
/external/valgrind/coregrind/
Dm_errormgr.c1112 static Bool get_nbnc_line ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno ) in get_nbnc_line() argument
1114 HChar* buf = *bufpp; in get_nbnc_line()
1147 *bufpp = buf = VG_(realloc)("errormgr.get_line.1", buf, nBuf); in get_nbnc_line()
1170 Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno ) in VG_()
1172 Bool eof = get_nbnc_line (fd, bufpp, nBufp, lineno); in VG_()
1177 if (is_location_line(*bufpp)) in VG_()
/external/valgrind/drd/
Ddrd_error.c556 Bool drd_read_extra_suppression_info(Int fd, HChar** bufpp, in drd_read_extra_suppression_info() argument