Searched refs:strreplace_chars (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/tools/perf/tests/ |
| H A D | expr.c | 278 escaped_cpuid1 = strreplace_chars('-', cpuid, "\\-"); in test__expr() 280 escaped_cpuid2 = strreplace_chars(',', escaped_cpuid1, "\\,"); in test__expr() 282 escaped_cpuid1 = strreplace_chars('=', escaped_cpuid2, "\\="); in test__expr()
|
| H A D | util.c | 12 char *new = strreplace_chars(needle, haystack, replace); in test_strreplace()
|
| /linux-6.15/tools/perf/util/ |
| H A D | string2.h | 44 char *strreplace_chars(char needle, const char *haystack, const char *replace);
|
| H A D | string.c | 421 char *strreplace_chars(char needle, const char *haystack, const char *replace) in strreplace_chars() function
|