Lines Matching refs:bptr
692 wchar_t *bptr = (wchar_t *)NULL;
717 bptr = *cp = emalloc(sizeof (wchar_t) * (cplen + wcslen(fmt)));
722 if (bptr == (wchar_t *)NULL)
725 *bptr++ = c;
734 if (bptr == (wchar_t *)NULL)
737 *bptr++ = c;
750 if (bptr == (wchar_t *)NULL)
757 adjust_buf(cp, &cplen, &bptr, fmtbuf, 0);
764 (void) wsprintf(bptr, (const char *) fmtbuf, c);
765 bptr += (slen = wcslen(bptr));
775 if (bptr == (wchar_t *)NULL)
781 adjust_buf(cp, &cplen, &bptr, fmtbuf,
783 (void) wsprintf(bptr, (const char *) fmtbuf,
785 bptr += (slen = wcslen(bptr));
803 if (bptr == (wchar_t *)NULL)
807 adjust_buf(cp, &cplen, &bptr, fmtbuf, 0);
808 (void) wsprintf(bptr, (const char *) fmtbuf,
810 bptr += (slen = wcslen(bptr));
823 if (bptr == (wchar_t *)NULL)
827 adjust_buf(cp, &cplen, &bptr, fmtbuf, 0);
828 (void) wsprintf(bptr, (const char *) fmtbuf,
830 bptr += (slen = wcslen(bptr));
867 if (bptr != (wchar_t *)NULL) {
868 *bptr = '\0';