OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stdinbuf
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/dev/ofw/
ofcons.c
270
char
stdinbuf
[4], stdoutbuf[4];
local
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
/src/usr.bin/nc/
netcat.c
1067
unsigned char
stdinbuf
[BUFSIZE];
local
1167
ret = fillbuf(pfd[POLL_STDIN].fd,
stdinbuf
,
1184
ret = drainbuf(pfd[POLL_NETOUT].fd,
stdinbuf
,
Completed in 21 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026