Searched refs:strncpy_safely (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/coregrind/m_demangle/ |
D | demangle.c | 115 VG_(strncpy_safely)(result, demangled, result_size); in VG_() local 118 VG_(strncpy_safely)(result, orig, result_size); in VG_() local
|
/external/valgrind/main/include/ |
D | pub_tool_libcbase.h | 134 extern void VG_(strncpy_safely) ( HChar* dest, const HChar* src, SizeT ndest );
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | debuginfo.c | 1449 VG_(strncpy_safely)(buf, "(below main)", nbuf); in get_sym_name() 1655 VG_(strncpy_safely)(buf, di->fsm.filename, nbuf); in VG_() 1667 VG_(strncpy_safely)(buf, filename, nbuf); in VG_() local 1701 VG_(strncpy_safely)(filename, si->loctab[locno].filename, n_filename); in VG_() 1743 VG_(strncpy_safely)(filename, si->loctab[locno].filename, n_filename); in VG_() 1752 VG_(strncpy_safely)(dirname, si->loctab[locno].dirname, in VG_()
|
/external/valgrind/main/coregrind/ |
D | m_libcfile.c | 471 VG_(strncpy_safely)(startup_wd, wd, szB); in VG_() local 489 VG_(strncpy_safely)(buf, startup_wd, size); in VG_() local
|
D | m_libcbase.c | 277 void VG_(strncpy_safely) ( HChar* dest, const HChar* src, SizeT ndest ) in VG_() argument
|