Searched refs:old_string (Results 1 – 2 of 2) sorted by relevance
524 char *strreplace(const char *text, const char *old_string, const char *new_string) { in strreplace() argument529 assert(old_string); in strreplace()535 old_len = strlen(old_string); in strreplace()547 if (!startswith(f, old_string)) { in strreplace()
159 char *strreplace(const char *text, const char *old_string, const char *new_string);