Searched refs:strreplace_chars (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/tests/
H A Dutil.c12 char *new = strreplace_chars(needle, haystack, replace);
H A Dexpr.c272 escaped_cpuid1 = strreplace_chars('-', cpuid, "\\-");
274 escaped_cpuid2 = strreplace_chars(',', escaped_cpuid1, "\\,");
276 escaped_cpuid1 = strreplace_chars('=', escaped_cpuid2, "\\=");
/linux-master/tools/perf/util/
H A Dstring2.h42 char *strreplace_chars(char needle, const char *haystack, const char *replace);
H A Dstring.c312 char *strreplace_chars(char needle, const char *haystack, const char *replace) function

Completed in 94 milliseconds