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

/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.c115 VG_(strncpy_safely)(result, demangled, result_size);
118 VG_(strncpy_safely)(result, orig, result_size);
/external/valgrind/main/include/
H A Dpub_tool_libcbase.h134 extern void VG_(strncpy_safely) ( HChar* dest, const HChar* src, SizeT ndest );
/external/valgrind/main/coregrind/
H A Dm_libcfile.c471 VG_(strncpy_safely)(startup_wd, wd, szB);
489 VG_(strncpy_safely)(buf, startup_wd, size);
H A Dm_libcbase.c277 void VG_(strncpy_safely) ( HChar* dest, const HChar* src, SizeT ndest ) function
/external/valgrind/main/coregrind/m_debuginfo/
H A Ddebuginfo.c1449 VG_(strncpy_safely)(buf, "(below main)", nbuf);
1655 VG_(strncpy_safely)(buf, di->fsm.filename, nbuf);
1667 VG_(strncpy_safely)(buf, filename, nbuf);
1701 VG_(strncpy_safely)(filename, si->loctab[locno].filename, n_filename);
1743 VG_(strncpy_safely)(filename, si->loctab[locno].filename, n_filename);
1752 VG_(strncpy_safely)(dirname, si->loctab[locno].dirname,

Completed in 1691 milliseconds