Home
last modified time | relevance | path

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

/external/valgrind/tsan/
Dts_replace.h73 static NOINLINE char *Replace_strchrnul(EXTRA_REPLACE_PARAMS const char *s, in Replace_strchrnul() function
Dts_dynamorio.cc491 ReplaceFunc3(img, rtn, "strchrnul", (AFUNPTR)Replace_strchrnul); in dr_init()
Dts_valgrind_intercepts.c2333 { return Replace_strchrnul(s, c); }
Dts_pin.cc3394 ReplaceFunc3(img, rtn, "strchrnul", (AFUNPTR)Replace_strchrnul); in MaybeInstrumentOneRoutine()