Lines Matching defs:bufptr
196 char *bufptr = 0;
205 unsigned int bufptr_index = 0; /* current index of bufptr */
334 bufptr = gmsgid;
379 bufptr = gmsgstr;
430 bufptr = gcurrent_domain;
441 * Now, fill up the buffer pointed by bufptr.
442 * At this point bufptr should point to one of
447 if (!bufptr) {
463 if (bufptr == gmsgid) {
467 bufptr = gmsgid;
470 } else if (bufptr == gmsgstr) {
474 bufptr = gmsgstr;
493 bufptr[bufptr_index++] = mb;
497 if ((n = wctomb(&bufptr[bufptr_index], wc)) > 0)
514 bufptr[bufptr_index++] = '\0';
543 wchar_t *bufptr = buf;
549 while ((c = *bufptr) != L'\0') {
551 bufptr++;
556 return (bufptr);