Lines Matching defs:new_str
180 char *new_str;183 new_str = pa_xmalloc(strlen(str) + 1);184 return utf8_validate(str, new_str);190 char *new_str;206 new_str = pa_xmalloc(len);211 outbuf = new_str;220 pa_xfree(new_str);221 new_str = NULL;228 new_str = pa_xrealloc(new_str, len);233 return new_str;