Lines Matching refs:nextptr
2872 static char errbuf[ERRSIZE], *nextptr = errbuf, *prevptr = NULL; variable
2891 if (lock || (nextptr == (errbuf + ERRSIZE))) in veprintf()
2907 prf.pr_buf = prf.pr_cur = nextptr; in veprintf()
2908 prf.pr_len = ERRSIZE - (nextptr - errbuf); in veprintf()
3007 DBG_CALL(Dbg_util_str(lml, nextptr)); in veprintf()
3032 nextptr = errbuf + ERRSIZE; in veprintf()
3044 lasterr = nextptr; in veprintf()
3055 ((prevptr == NULL) || (strcmp(prevptr, nextptr) != 0))) { in veprintf()
3056 prevptr = nextptr; in veprintf()
3057 nextptr = prf.pr_cur; in veprintf()
3058 *nextptr = '\0'; in veprintf()
3426 nextptr = errbuf; in leave()