HomeSort by relevance Sort by last modified time
    Searched refs:strncpy_safely (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/coregrind/m_demangle/
demangle.c 115 VG_(strncpy_safely)(result, demangled, result_size);
118 VG_(strncpy_safely)(result, orig, result_size);
  /external/valgrind/main/include/
pub_tool_libcbase.h 114 extern void VG_(strncpy_safely) ( Char* dest, const Char* src, SizeT ndest );
  /external/valgrind/main/coregrind/
m_libcfile.c 435 VG_(strncpy_safely)(startup_wd, wd, szB);
453 VG_(strncpy_safely)(buf, startup_wd, size);
m_libcbase.c 277 void VG_(strncpy_safely) ( Char* dest, const Char* src, SizeT ndest ) function
  /external/valgrind/main/coregrind/m_debuginfo/
debuginfo.c     [all...]

Completed in 161 milliseconds