Searched refs:stdinbuf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/bin/ed/ |
| H A D | buf.c | 256 setbuffer(stdin, stdinbuf, 1); in init_buffers()
|
| H A D | ed.h | 247 extern char stdinbuf[];
|
| H A D | main.c | 69 char stdinbuf[1]; /* stdin buffer */ variable
|
| /freebsd-14.2/contrib/netcat/ |
| H A D | netcat.c | 850 unsigned char stdinbuf[BUFSIZE]; in readwrite() local 960 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf, in readwrite() 974 ret = drainbuf(pfd[POLL_NETOUT].fd, stdinbuf, in readwrite()
|
| /freebsd-14.2/crypto/openssh/regress/ |
| H A D | netcat.c | 789 unsigned char stdinbuf[BUFSIZE]; in readwrite() local 889 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf, in readwrite() 903 ret = drainbuf(pfd[POLL_NETOUT].fd, stdinbuf, in readwrite()
|