Searched refs:newStr (Results 1 – 3 of 3) sorted by relevance
1106 char *newStr; in VarModifiers_Apply() local1128 newStr = VarModify(str, in VarModifiers_Apply()1132 newStr = mod->apply(str, name, arg); in VarModifiers_Apply()1135 str = newStr; in VarModifiers_Apply()
2516 const std::string &newStr) { in replace_all() argument2521 str.replace(pos, oldStr.length(), newStr); in replace_all()2522 pos += newStr.length(); in replace_all()
3467 char *newStr; in makeClientContainer() local3481 newStr = node->data; in makeClientContainer()3482 sprintf(newStr, "%s:%d:%d", name, line, column); in makeClientContainer()3489 return (CXIdxClientContainer)newStr; in makeClientContainer()