Lines Matching refs:bptr
424 char *bptr, *sptr;
427 bptr = buf;
433 *bptr++ = '\0';
440 bptr = buf;
443 *bptr++ = '\\';
446 *bptr++ = '\\';
447 *bptr++ = *sptr;
451 *bptr++ = *sptr;
453 *bptr = '\0';
570 if ((bptr - buf) > 0) \
571 if (wrstr(fn, buf, bptr - buf, echocheck) != SUCCESS) \
573 bptr = buf; \
580 char *sptr, *bptr;
604 bptr = buf;
626 (void) strcpy(bptr, phstr1);
627 bptr += strlen(bptr);
630 (void) strcpy(bptr, phstr2);
631 bptr += strlen(bptr);
634 *bptr++ = 0;
637 *bptr++ = ' ';
640 *bptr++ = *sptr;
643 *bptr++ = '\\';
644 *bptr++ = *sptr;
698 *bptr++ = *sptr;
701 *bptr++ = '\r';
702 if ((bptr - buf) > 0)
703 (void) wrstr(fn, buf, bptr - buf, echocheck);