Lines Matching refs:BUFSIZ
142 static int wbufsiz = BUFSIZ; in Dword()
149 wbufsiz += BUFSIZ; \ in Dword()
343 tchar wbuf[BUFSIZ + MB_LEN_MAX]; /* read_ may return extra bytes */ in Dgetdol()
369 if (np >= &wbuf[BUFSIZ-1]) in Dgetdol()
632 tchar obuf[BUFSIZ], lbuf[BUFSIZ], mbuf[BUFSIZ]; in heredoc()
650 ocnt = BUFSIZ; obp = obuf; in heredoc()
655 lbp = lbuf; lcnt = BUFSIZ - 4; in heredoc()
678 (void) write_(0, obuf, BUFSIZ - ocnt); in heredoc()
691 (void) write_(0, obuf, BUFSIZ); in heredoc()
692 obp = obuf; ocnt = BUFSIZ; in heredoc()
702 Dcp = lbuf; Dvp = Dv + 1; mbp = mbuf; mcnt = BUFSIZ - 4; in heredoc()
754 (void) write_(0, obuf, BUFSIZ); in heredoc()
755 obp = obuf; ocnt = BUFSIZ; in heredoc()
760 (void) write_(0, obuf, BUFSIZ); in heredoc()
761 obp = obuf; ocnt = BUFSIZ; in heredoc()