Searched defs:oldnext (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dregcomp.c913 char *oldnext = p->next; local
929 p->next = oldnext;
965 char *oldnext = p->next; local
977 p->next = oldnext;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c3241 mDNSu8 *oldnext; // for debugging local
3349 oldnext = next;
3360 if ((next - oldnext) > rrSize)
3361 LogMsg("SendGroupUpdates: ERROR!! Record size estimation is wrong for %s, Estimate %d, Actual %d, state %d", ARDisplayString(m, rr), rrSize, next - oldnext, rr->state);
3362 else { spaceleft += rrSize; spaceleft -= (next - oldnext); }

Completed in 78 milliseconds