Home
last modified time | relevance | path

Searched refs:stdoutbuf (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.bin/top/
H A Dtop.c58 char stdoutbuf[BUFFERSIZE]; variable
392 setvbuf(stdout, stdoutbuf, _IOFBF, sizeof stdoutbuf); in main()
/openbsd-src/gnu/usr.bin/cvs/src/
H A Dserver.c2925 struct buffer *stdoutbuf; local
2960 stdoutbuf = fd_buffer_initialize (stdout_pipe[0], 1,
2970 set_nonblock (stdoutbuf);
3197 status = buf_input_data (stdoutbuf, (int *) NULL);
3199 buf_copy_lines (buf_to_net, stdoutbuf, 'M');
3248 if (! buf_empty_p (stdoutbuf))
3250 buf_append_char (stdoutbuf, '\n');
3251 buf_copy_lines (buf_to_net, stdoutbuf, 'M');
3325 buf_shutdown (stdoutbuf);
3326 buf_free (stdoutbuf);
H A DChangeLog-961980 Change stdoutbuf, stderrbuf, and protocol_inbuf to be pointers.