Searched refs:replace_string (Results 1 – 2 of 2) sorted by relevance
121 static void replace_string(char *begin, char *end, char *newstr) in replace_string() function179 replace_string(ptr, end_ptr, ent->value); in substitute_line()219 replace_string(ptr, end_ptr, ent->value); in substitute_line()
885 const wchar_t *replace_string = L"(void)"; in GetSymbolFunctionName() local886 const size_t replace_length = wcslen(replace_string); in GetSymbolFunctionName()891 if (wcscmp(name_end, replace_string) == 0) { in GetSymbolFunctionName()