Searched refs:replace_len (Results 1 – 1 of 1) sorted by relevance
423 int replace_len = strlen(replace); in strreplace_chars() local436 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 3 milliseconds