Home
last modified time | relevance | path

Searched refs:strncpy_safely (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/main/coregrind/m_demangle/
Ddemangle.c115 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/
Dpub_tool_libcbase.h134 extern void VG_(strncpy_safely) ( HChar* dest, const HChar* src, SizeT ndest );
/external/valgrind/main/coregrind/m_debuginfo/
Ddebuginfo.c1449 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/
Dm_libcfile.c471 VG_(strncpy_safely)(startup_wd, wd, szB); in VG_() local
489 VG_(strncpy_safely)(buf, startup_wd, size); in VG_() local
Dm_libcbase.c277 void VG_(strncpy_safely) ( HChar* dest, const HChar* src, SizeT ndest ) in VG_() argument