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

/netbsd-6-1-5-RELEASE/sys/dev/ofw/
H A Dofcons.c260 char stdinbuf[4], stdoutbuf[4]; local
266 if (OF_getprop(chosen, "stdin", stdinbuf, sizeof stdinbuf) !=
267 sizeof stdinbuf ||
273 stdin = of_decode_int(stdinbuf);
/netbsd-6-1-5-RELEASE/bin/ed/
H A Dbuf.c297 setbuffer(stdin, stdinbuf, 1);
H A Ded.h262 extern char stdinbuf[];
H A Dmain.c79 char stdinbuf[1]; /* stdin buffer */ variable

Completed in 170 milliseconds