Searched refs:bufpp (Results 1 – 9 of 9) sorted by relevance
/external/valgrind/memcheck/ |
D | mc_errors.c | 1329 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/ |
D | pub_tool_errormgr.h | 106 extern Bool VG_(get_line) ( Int fd, HChar** bufpp, SizeT* nBufp, Int* lineno );
|
D | pub_tool_tooliface.h | 323 Bool (*read_extra_suppression_info)(Int fd, HChar** bufpp, SizeT* nBufp,
|
/external/valgrind/exp-sgcheck/ |
D | pc_common.h | 55 Bool pc_read_extra_suppression_info ( Int fd, HChar** bufpp,
|
D | pc_common.c | 736 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/ |
D | hg_errors.h | 43 Bool HG_(read_extra_suppression_info) ( Int fd, HChar** bufpp, SizeT* nBufp,
|
D | hg_errors.c | 1347 Bool HG_(read_extra_suppression_info) ( Int fd, HChar** bufpp, SizeT* nBufp, in HG_()
|
/external/valgrind/coregrind/ |
D | m_errormgr.c | 1113 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/ |
D | drd_error.c | 557 Bool drd_read_extra_suppression_info(Int fd, HChar** bufpp, in drd_read_extra_suppression_info() argument
|