Lines Matching defs:newStr
120 char* newStr;127 newStr = new char[len+1];128 memcpy(newStr, str, len+1);130 return newStr;