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

/freebsd-10-stable/bin/ed/
H A Dbuf.c258 setbuffer(stdin, stdinbuf, 1);
H A Ded.h259 extern char stdinbuf[];
H A Dmain.c75 char stdinbuf[1]; /* stdin buffer */ variable
/freebsd-10-stable/contrib/netcat/
H A Dnetcat.c812 unsigned char stdinbuf[BUFSIZE]; local
912 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf,
926 ret = drainbuf(pfd[POLL_NETOUT].fd, stdinbuf,
/freebsd-10-stable/crypto/openssh/regress/
H A Dnetcat.c775 unsigned char stdinbuf[BUFSIZE]; local
875 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf,
889 ret = drainbuf(pfd[POLL_NETOUT].fd, stdinbuf,

Completed in 85 milliseconds