Lines Matching refs:newstr
357 char *newstr = SDL_malloc(len);358 if ( newstr ) {359 SDL_strlcpy(newstr, string, len);361 return newstr;