Searched refs:buf_flush (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl2/xcvs/dist/src/ |
H A D | server.c | 437 buf_flush (buf_to_net, 0); in print_error() 470 buf_flush (buf_to_net, 0); in print_pending_error() 485 buf_flush (buf_to_net, 0); in print_pending_error() 665 buf_flush (buf_to_net, 1); in serve_valid_responses() 2547 buf_flush (buf_to_net, false); in become_proxy() 2591 buf_flush (buf_to_primary, false); in become_proxy() 3164 buf_flush (buf_to_net, 1); in serve_gssapi_encrypt() 3667 buf_flush (buf_to_net, 1); in do_cvs_command() 4178 buf_flush (buf_to_net, 1); in do_cvs_command() 4238 buf_flush (buf_to_net, 1); in do_cvs_command() [all …]
|
H A D | buffer.h | 153 int buf_flush (struct buffer *, bool);
|
H A D | zlib.c | 383 return buf_flush (cb->buf, 0); in compress_buffer_flush() 474 status = buf_flush (cb->buf, 1); in compress_buffer_shutdown_output()
|
H A D | buffer.c | 332 buf_flush (struct buffer *buf, bool block) in buf_flush() function 1684 return buf_flush (pb->buf, 0); in packetizing_buffer_flush() 2078 buf_flush (buf, 1); in fd_buffer_shutdown()
|
H A D | ChangeLog-96 | 1811 * server.c (print_error): Call buf_flush rather than 1815 (do_cvs_command): Call buf_flush rather than buf_send_output 1821 NULL. Call buf_flush rather than buf_send_output. Call 1899 (buf_flush): Fix comment to describe return value. 1949 (stdio_buffer_initialize, buf_flush): Declare. 1955 (buf_flush): New function.
|
H A D | client.c | 402 status = buf_flush (via_to_buffer, 1); in read_line_via()
|
H A D | ChangeLog | 3173 * buffer.c (buf_flush): Replace abort w/assert.
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/ |
H A D | unix.c | 528 buf_flush (unix_stream *s) in buf_flush() function 655 buf_flush (s); in buf_write() 694 return buf_flush (s); in buf_markeor() 740 if (buf_flush (s) != 0) in buf_truncate() 751 if (buf_flush (s) != 0) in buf_close() 765 .flush = (void *) buf_flush,
|
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/ |
H A D | unix.c | 528 buf_flush (unix_stream *s) in buf_flush() function 655 buf_flush (s); in buf_write() 694 return buf_flush (s); in buf_markeor() 740 if (buf_flush (s) != 0) in buf_truncate() 751 if (buf_flush (s) != 0) in buf_close() 765 .flush = (void *) buf_flush,
|
/netbsd-src/bin/pax/ |
H A D | extern.h | 120 int buf_flush(int);
|
/netbsd-src/external/gpl3/gcc/dist/libgfortran/ |
H A D | ChangeLog-2011 | 121 * io/unix.c (buf_flush): Don't call _commit. 203 (buf_flush): Remove code for handling unseekable files.
|
H A D | ChangeLog-2016 | 1207 (buf_flush): Call raw_seek instead of lseek.
|
H A D | ChangeLog-2009 | 2399 (fd_flush): Rename to buf_flush, update to new stream interface
|