Searched refs:substr (Results 1 – 2 of 2) sorted by relevance
265 int replace_word(char **str, int pos, int len, const char *substr) in replace_word() argument274 if (!substr) in replace_word()275 substr = ""; in replace_word()276 substr_len = strlen(substr); in replace_word()282 strcat(new_str, substr); in replace_word()
62 int replace_word(char **str, int pos, int len, const char *substr);