Lines Matching refs:bufptr_index
205 unsigned int bufptr_index = 0; /* current index of bufptr */
322 bufptr_index--;
335 bufptr_index = 0;
367 bufptr_index--;
380 bufptr_index = 0;
422 bufptr_index--;
431 bufptr_index = 0;
464 if (gmsgid_size < (bufptr_index + ll)) {
466 bufptr_index + ll);
468 gmsgid_size = bufptr_index + ll;
471 if (gmsgstr_size < (bufptr_index + ll)) {
473 bufptr_index + ll);
475 gmsgstr_size = bufptr_index + ll;
493 bufptr[bufptr_index++] = mb;
497 if ((n = wctomb(&bufptr[bufptr_index], wc)) > 0)
498 bufptr_index += n;
514 bufptr[bufptr_index++] = '\0';