Lines Matching defs:curstr
185 const char *curstr, *ptr;
190 for (curstr = ptr = str; *ptr; ptr++) {
195 if ((uintptr_t)ptr - (uintptr_t)curstr) {
201 curold = curstr;
203 curnew = curstr;
205 curstr = (char *)(ptr + 1);
236 if ((uintptr_t)ptr - (uintptr_t)curstr) {
238 curold = curstr;
240 curnew = curstr;
257 if ((curstr = malloc(newlen + 2 +
261 newstr = (char *)curstr;
272 return (curstr);