Home
last modified time | relevance | path

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

/external/valgrind/memcheck/
Dmc_errors.c1329 Bool MC_(read_extra_suppression_info) ( Int fd, HChar** bufpp, in MC_()
1336 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno ); in MC_()
1338 VG_(set_supp_string)(su, VG_(strdup)("mc.resi.1", *bufpp)); in MC_()
1348 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno ); in MC_()
1350 if (0 == VG_(strncmp)(*bufpp, "match-leak-kinds:", 17)) { in MC_()
1352 while ((*bufpp)[i] && VG_(isspace((*bufpp)[i]))) in MC_()
1356 (*bufpp)+i, &lse->match_leak_kinds)) { in MC_()
1366 eof = VG_(get_line) ( fd, bufpp, nBufp, lineno ); in MC_()
1370 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.h323 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.c1113 static Bool get_nbnc_line ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno ) in get_nbnc_line() argument
1115 HChar* buf = *bufpp; in get_nbnc_line()
1148 *bufpp = buf = VG_(realloc)("errormgr.get_line.1", buf, nBuf); in get_nbnc_line()
1171 Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno ) in VG_()
1173 Bool eof = get_nbnc_line (fd, bufpp, nBufp, lineno); in VG_()
1178 if (is_location_line(*bufpp)) in VG_()
/external/valgrind/drd/
Ddrd_error.c557 Bool drd_read_extra_suppression_info(Int fd, HChar** bufpp, in drd_read_extra_suppression_info() argument