Lines Matching defs:retStr
501 char *retStr = NULL;503 retStr = (char *)malloc(strlen(dataDir)+1);504 strcpy(retStr, dataDir);506 return retStr;