Lines Matching refs:linebuf
124 char linebuf[128];
126 doprf(fd, fmt, adx, linebuf);
130 doprf(fd, fmt, adx, linebuf)
134 char *linebuf;
143 if (lbp >= &linebuf[128]) { \
144 _write(fd, linebuf, lbp - &linebuf[0]); \
145 lbp = &linebuf[0]; \
150 lbp = &linebuf[0];
154 _write(fd, linebuf, lbp - &linebuf[0]);
174 lbp = printn(fd, va_arg(adx, u_long), b, &linebuf[0], lbp,
175 &linebuf[128]);