Searched refs:new_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() argument530 assert(new_string); in strreplace()536 new_len = strlen(new_string); in strreplace()561 t = stpcpy(t, new_string); in strreplace()
159 char *strreplace(const char *text, const char *old_string, const char *new_string);