Searched refs:replace_len (Results 1 – 1 of 1) sorted by relevance
106 int replace_len, len; in replace_string() local108 replace_len = strlen(newstr); in replace_string()110 if (replace_len == 0) in replace_string()112 else if (replace_len != len+1) in replace_string()113 memmove(end+(replace_len-len-1), end, in replace_string()115 memcpy(begin, newstr, replace_len); in replace_string()