Home
last modified time | relevance | path

Searched refs:Replace_strncpy (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/tsan/
Dts_replace.h177 static NOINLINE char *Replace_strncpy(EXTRA_REPLACE_PARAMS char *dst, in Replace_strncpy() function
Dts_dynamorio.cc500 ReplaceFunc3(img, rtn, "strncpy", (AFUNPTR)Replace_strncpy); in dr_init()
Dts_valgrind_intercepts.c2442 { return Replace_strncpy(dst, src, n); }
Dts_pin.cc3404 ReplaceFunc3(img, rtn, "strncpy", (AFUNPTR)Replace_strncpy); in MaybeInstrumentOneRoutine()