Lines Matching refs:nextptr
2874 static char errbuf[ERRSIZE], *nextptr = errbuf, *prevptr = NULL; variable
2893 if (lock || (nextptr == (errbuf + ERRSIZE))) in veprintf()
2909 prf.pr_buf = prf.pr_cur = nextptr; in veprintf()
2910 prf.pr_len = ERRSIZE - (nextptr - errbuf); in veprintf()
3012 DBG_CALL(Dbg_util_str(lml, nextptr)); in veprintf()
3037 nextptr = errbuf + ERRSIZE; in veprintf()
3049 lasterr = nextptr; in veprintf()
3060 ((prevptr == NULL) || (strcmp(prevptr, nextptr) != 0))) { in veprintf()
3061 prevptr = nextptr; in veprintf()
3062 nextptr = prf.pr_cur; in veprintf()
3063 *nextptr = '\0'; in veprintf()
3433 nextptr = errbuf; in leave()