Home | History | Annotate | Download | only in test

Lines Matching full:new_str

3316   char *new_str;
3320 new_str = (char *)malloc ((strlen (str) + 1) * sizeof(char));
3321 strcpy (new_str, str);
3324 new_str = NULL;
3326 return new_str;