Home | Sort by: relevance | last modified time | path |
/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/ | |
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, |