Lines Matching defs:fmtbuf
693 char fmtbuf[40];
729 ofmtp = fmtbuf;
751 length += fprintf(fp, fmtbuf, c);
757 adjust_buf(cp, &cplen, &bptr, fmtbuf, 0);
764 (void) wsprintf(bptr, (const char *) fmtbuf, c);
776 length += fprintf(fp, fmtbuf,
781 adjust_buf(cp, &cplen, &bptr, fmtbuf,
783 (void) wsprintf(bptr, (const char *) fmtbuf,
804 length += fprintf(fp, fmtbuf,
807 adjust_buf(cp, &cplen, &bptr, fmtbuf, 0);
808 (void) wsprintf(bptr, (const char *) fmtbuf,
824 length += fprintf(fp, fmtbuf,
827 adjust_buf(cp, &cplen, &bptr, fmtbuf, 0);
828 (void) wsprintf(bptr, (const char *) fmtbuf,
852 (void) fprintf(fp, "%s", fmtbuf);