Searched refs:stdinbuf (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/sys/dev/ofw/ |
| H A D | ofcons.c | 270 char stdinbuf[4], stdoutbuf[4]; in ofcons_probe() local 276 if (OF_getprop(chosen, "stdin", stdinbuf, sizeof stdinbuf) != in ofcons_probe() 277 sizeof stdinbuf || in ofcons_probe() 283 stdin = of_decode_int(stdinbuf); in ofcons_probe()
|
| /netbsd-src/bin/ed/ |
| H A D | ed.h | 235 extern char stdinbuf[];
|
| H A D | buf.c | 297 setbuffer(stdin, stdinbuf, 1); in init_buffers()
|
| H A D | main.c | 79 char stdinbuf[1]; /* stdin buffer */ variable
|
| /netbsd-src/usr.bin/nc/ |
| H A D | netcat.c | 1067 unsigned char stdinbuf[BUFSIZE]; in readwrite() local 1167 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf, in readwrite() 1184 ret = drainbuf(pfd[POLL_NETOUT].fd, stdinbuf, in readwrite()
|