/src/sys/dev/ofw/ |
ofcons.c | 270 char stdinbuf[4], stdoutbuf[4]; local in function:ofcons_probe 276 if (OF_getprop(chosen, "stdin", stdinbuf, sizeof stdinbuf) != 277 sizeof stdinbuf || 283 stdin = of_decode_int(stdinbuf);
|
/src/bin/ed/ |
ed.h | 235 extern char stdinbuf[];
|
buf.c | 297 setbuffer(stdin, stdinbuf, 1);
|
main.c | 79 char stdinbuf[1]; /* stdin buffer */ variable in typeref:typename:char[1]
|
/src/usr.bin/nc/ |
netcat.c | 1067 unsigned char stdinbuf[BUFSIZE]; local in function:readwrite 1167 ret = fillbuf(pfd[POLL_STDIN].fd, stdinbuf, 1184 ret = drainbuf(pfd[POLL_NETOUT].fd, stdinbuf,
|