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

/freebsd-10.0-release/contrib/bmake/
H A Dvar.c2494 char *newStr; /* New value to return */ local
2570 newStr = var_Error;
2640 newStr = Cmd_Exec(pattern.rhs, &emsg);
2644 Var_Set(v->name, newStr, v_ctxt, 0);
2645 if (newStr)
2646 free(newStr);
2657 newStr = var_Error;
2686 newStr = VarModify(ctxt, &parsestate, nstr, VarLoopExpand,
2700 for (newStr = dp; *dp; dp++)
2761 newStr
[all...]
/freebsd-10.0-release/usr.bin/make/
H A Dvar.c1597 char *newStr; local
1644 newStr = VarModify(value, VarSYSVMatch, &patt);
1659 newStr = var_Error;
1662 return (newStr);
1732 char *newStr; /* New value to return */ local
1742 newStr = modifier_M(vp, value, endc);
1745 newStr = modifier_S(vp, value, v);
1748 newStr = modifier_C(vp, value, v);
1772 newStr = Buf_Peel(
1775 newStr
[all...]
/freebsd-10.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp2735 uint64_t replace_all(std::string& str, const std::string& oldStr, const std::string& newStr) argument
2742 str.replace(pos, oldStr.length(), newStr);
2743 pos += newStr.length();

Completed in 178 milliseconds