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