Lines Matching refs:bufptr
196 char *bufptr = 0; in read_psffm() local
334 bufptr = gmsgid; in read_psffm()
379 bufptr = gmsgstr; in read_psffm()
430 bufptr = gcurrent_domain; in read_psffm()
447 if (!bufptr) { in read_psffm()
463 if (bufptr == gmsgid) { in read_psffm()
467 bufptr = gmsgid; in read_psffm()
470 } else if (bufptr == gmsgstr) { in read_psffm()
474 bufptr = gmsgstr; in read_psffm()
493 bufptr[bufptr_index++] = mb; in read_psffm()
497 if ((n = wctomb(&bufptr[bufptr_index], wc)) > 0) in read_psffm()
514 bufptr[bufptr_index++] = '\0'; in read_psffm()
543 wchar_t *bufptr = buf; in consume_whitespace() local
549 while ((c = *bufptr) != L'\0') { in consume_whitespace()
551 bufptr++; in consume_whitespace()
556 return (bufptr); in consume_whitespace()