Searched refs:replace_word (Results 1 – 2 of 2) sorted by relevance
| /TwlSDK-5.1.0/build/tools/bin2obj/ |
| D | cookargs.c | 213 i = replace_word(&symbol, i, 2, file_base); in create_symbol_string() 217 i = replace_word(&symbol, i, 2, file_ext); in create_symbol_string() 222 i = replace_word(&symbol, i, 2, file_base); in create_symbol_string() 223 i = replace_word(&symbol, i, 0, "."); in create_symbol_string() 224 i = replace_word(&symbol, i, 0, file_ext); in create_symbol_string() 265 int replace_word(char **str, int pos, int len, const char *substr) in replace_word() function
|
| D | bin2obj.h | 62 int replace_word(char **str, int pos, int len, const char *substr);
|