Lines Matching refs:bufptr
194 char *bufptr = 0; in read_psffm() local
332 bufptr = gmsgid; in read_psffm()
377 bufptr = gmsgstr; in read_psffm()
428 bufptr = gcurrent_domain; in read_psffm()
445 if (!bufptr) { in read_psffm()
461 if (bufptr == gmsgid) { in read_psffm()
465 bufptr = gmsgid; in read_psffm()
468 } else if (bufptr == gmsgstr) { in read_psffm()
472 bufptr = gmsgstr; in read_psffm()
491 bufptr[bufptr_index++] = mb; in read_psffm()
495 if ((n = wctomb(&bufptr[bufptr_index], wc)) > 0) in read_psffm()
512 bufptr[bufptr_index++] = '\0'; in read_psffm()
541 wchar_t *bufptr = buf; in consume_whitespace() local
547 while ((c = *bufptr) != L'\0') { in consume_whitespace()
549 bufptr++; in consume_whitespace()
554 return (bufptr); in consume_whitespace()