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 | 114 extern void VG_(strncpy_safely) ( Char* dest, const Char* src, SizeT ndest );
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | debuginfo.c | 1409 VG_(strncpy_safely)(buf, "(below main)", nbuf); in get_sym_name() 1599 VG_(strncpy_safely)(buf, di->fsm.filename, nbuf); in VG_() 1611 VG_(strncpy_safely)(buf, filename, nbuf); in VG_() local 1645 VG_(strncpy_safely)(filename, si->loctab[locno].filename, n_filename); in VG_() 1687 VG_(strncpy_safely)(filename, si->loctab[locno].filename, n_filename); in VG_() 1696 VG_(strncpy_safely)(dirname, si->loctab[locno].dirname, in VG_()
|
/external/valgrind/main/coregrind/ |
D | m_libcfile.c | 435 VG_(strncpy_safely)(startup_wd, wd, szB); in VG_() local 453 VG_(strncpy_safely)(buf, startup_wd, size); in VG_() local
|
D | m_libcbase.c | 277 void VG_(strncpy_safely) ( Char* dest, const Char* src, SizeT ndest ) in VG_() argument
|