Searched refs:stdoutbuf (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/usr.bin/top/ |
| H A D | top.c | 58 char stdoutbuf[BUFFERSIZE]; variable 392 setvbuf(stdout, stdoutbuf, _IOFBF, sizeof stdoutbuf); in main()
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | server.c | 2925 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 D | ChangeLog-96 | 1980 Change stdoutbuf, stderrbuf, and protocol_inbuf to be pointers.
|