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

/freebsd-13-stable/bin/ed/
H A Dbuf.c258 setbuffer(stdin, stdinbuf, 1);
H A Ded.h248 extern char stdinbuf[];
H A Dmain.c71 char stdinbuf[1]; /* stdin buffer */ variable
/freebsd-13-stable/contrib/netcat/
H A Dnetcat.c832 unsigned char stdinbuf[BUFSIZE]; local
942 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf,
956 ret = drainbuf(pfd[POLL_NETOUT].fd, stdinbuf,
/freebsd-13-stable/crypto/openssh/regress/
H A Dnetcat.c780 unsigned char stdinbuf[BUFSIZE]; local
880 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf,
894 ret = drainbuf(pfd[POLL_NETOUT].fd, stdinbuf,

Completed in 68 milliseconds