Home
last modified time | relevance | path

Searched refs:stdinbuf (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/bin/ed/
H A Dbuf.c258 setbuffer(stdin, stdinbuf, 1); in init_buffers()
H A Ded.h248 extern char stdinbuf[];
H A Dmain.c71 char stdinbuf[1]; /* stdin buffer */ variable
/freebsd-13.1/contrib/netcat/
H A Dnetcat.c832 unsigned char stdinbuf[BUFSIZE]; in readwrite() local
942 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf, in readwrite()
956 ret = drainbuf(pfd[POLL_NETOUT].fd, stdinbuf, in readwrite()
/freebsd-13.1/crypto/openssh/regress/
H A Dnetcat.c789 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()