Searched refs:curstr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dconfig.c185 const char *curstr, *ptr; local
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
[all...]

Completed in 55 milliseconds