Home
last modified time | relevance | path

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

/tools/perf/util/
A Dstring.c424 char *new_s, *to; in strreplace_chars() local
436 new_s = malloc(strlen(haystack) + (num * (replace_len - 1) + 1)); in strreplace_chars()
437 if (!new_s) in strreplace_chars()
440 to = new_s; in strreplace_chars()
459 return new_s; in strreplace_chars()

Completed in 5 milliseconds