Searched refs:oldSubstring (Results 1 – 1 of 1) sorted by relevance
121 const char oldSubstring[], const char newSubstring[]) { in replace_all() argument126 size_t oldSubstringLen = strlen(oldSubstring); in replace_all()127 while ((match_char = strstr(first_char, oldSubstring))) { in replace_all()