Searched refs:strreplace_chars (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/tools/perf/tests/ |
D | expr.c | 272 escaped_cpuid1 = strreplace_chars('-', cpuid, "\\-"); in test__expr() 274 escaped_cpuid2 = strreplace_chars(',', escaped_cpuid1, "\\,"); in test__expr() 276 escaped_cpuid1 = strreplace_chars('=', escaped_cpuid2, "\\="); in test__expr()
|
D | util.c | 12 char *new = strreplace_chars(needle, haystack, replace); in test_strreplace()
|
/linux-6.12.1/tools/perf/util/ |
D | string2.h | 42 char *strreplace_chars(char needle, const char *haystack, const char *replace);
|
D | string.c | 312 char *strreplace_chars(char needle, const char *haystack, const char *replace) in strreplace_chars() function
|