Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/ofw/
H A Dofcons.c270 char stdinbuf[4], stdoutbuf[4]; in ofcons_probe() local
276 if (OF_getprop(chosen, "stdin", stdinbuf, sizeof stdinbuf) != in ofcons_probe()
277 sizeof stdinbuf || in ofcons_probe()
283 stdin = of_decode_int(stdinbuf); in ofcons_probe()
/netbsd-src/bin/ed/
H A Ded.h235 extern char stdinbuf[];
H A Dbuf.c297 setbuffer(stdin, stdinbuf, 1); in init_buffers()
H A Dmain.c79 char stdinbuf[1]; /* stdin buffer */ variable
/netbsd-src/usr.bin/nc/
H A Dnetcat.c1067 unsigned char stdinbuf[BUFSIZE]; in readwrite() local
1167 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf, in readwrite()
1184 ret = drainbuf(pfd[POLL_NETOUT].fd, stdinbuf, in readwrite()