Lines Matching refs:bufptr_index
203 unsigned int bufptr_index = 0; /* current index of bufptr */ in read_psffm() local
320 bufptr_index--; in read_psffm()
333 bufptr_index = 0; in read_psffm()
365 bufptr_index--; in read_psffm()
378 bufptr_index = 0; in read_psffm()
420 bufptr_index--; in read_psffm()
429 bufptr_index = 0; in read_psffm()
462 if (gmsgid_size < (bufptr_index + ll)) { in read_psffm()
464 bufptr_index + ll); in read_psffm()
466 gmsgid_size = bufptr_index + ll; in read_psffm()
469 if (gmsgstr_size < (bufptr_index + ll)) { in read_psffm()
471 bufptr_index + ll); in read_psffm()
473 gmsgstr_size = bufptr_index + ll; in read_psffm()
491 bufptr[bufptr_index++] = mb; in read_psffm()
495 if ((n = wctomb(&bufptr[bufptr_index], wc)) > 0) in read_psffm()
496 bufptr_index += n; in read_psffm()
512 bufptr[bufptr_index++] = '\0'; in read_psffm()