Searched refs:new_s (Results 1 – 1 of 1) sorted by relevance
424 char *new_s, *to; in strreplace_chars() local436 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