Home
last modified time | relevance | path

Searched refs:substr (Results 1 – 2 of 2) sorted by relevance

/TwlSDK-5.1.0/build/tools/bin2obj/
Dcookargs.c265 int replace_word(char **str, int pos, int len, const char *substr) in replace_word() argument
274 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()
Dbin2obj.h62 int replace_word(char **str, int pos, int len, const char *substr);