Home
last modified time | relevance | path

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

/tools/perf/util/
A Dstring.c423 int replace_len = strlen(replace); in strreplace_chars() local
436 new_s = malloc(strlen(haystack) + (num * (replace_len - 1) + 1)); in strreplace_chars()
449 memcpy(to, replace, replace_len); in strreplace_chars()
450 to += replace_len; in strreplace_chars()

Completed in 4 milliseconds