Searched refs:stdinbuf (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/bin/ed/ |
| H A D | ed.h | 259 extern char stdinbuf[];
|
| H A D | buf.c | 258 setbuffer(stdin, stdinbuf, 1); in init_buffers()
|
| H A D | main.c | 75 char stdinbuf[1]; /* stdin buffer */ variable
|
| /freebsd-12.1/contrib/netcat/ |
| H A D | netcat.c | 801 unsigned char stdinbuf[BUFSIZE]; in readwrite() local 901 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf, in readwrite() 915 ret = drainbuf(pfd[POLL_NETOUT].fd, stdinbuf, in readwrite()
|
| /freebsd-12.1/crypto/openssh/regress/ |
| H A D | netcat.c | 780 unsigned char stdinbuf[BUFSIZE]; in readwrite() local 880 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf, in readwrite() 894 ret = drainbuf(pfd[POLL_NETOUT].fd, stdinbuf, in readwrite()
|