Home
last modified time | relevance | path

Searched refs:newStr (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/make/
H A Dvarmodifiers.c1106 char *newStr; in VarModifiers_Apply() local
1128 newStr = VarModify(str, in VarModifiers_Apply()
1132 newStr = mod->apply(str, name, arg); in VarModifiers_Apply()
1135 str = newStr; in VarModifiers_Apply()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp2516 const std::string &newStr) { in replace_all() argument
2521 str.replace(pos, oldStr.length(), newStr); in replace_all()
2522 pos += newStr.length(); in replace_all()
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c3467 char *newStr; in makeClientContainer() local
3481 newStr = node->data; in makeClientContainer()
3482 sprintf(newStr, "%s:%d:%d", name, line, column); in makeClientContainer()
3489 return (CXIdxClientContainer)newStr; in makeClientContainer()