Searched refs:buf_flush (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/bin/pax/ |
| H A D | buf_subs.c | 52 static int buf_flush(int); 463 (void)buf_flush(blksz); in wr_fin() 489 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0)) in wr_rdbuf() 572 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0)) in wr_skip() 613 if ((cnt <= 0) && ((cnt = buf_flush(blksz)) < 0)) { in wr_rdfile() 880 buf_flush(int bufcnt) in buf_flush() function
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | buffer.h | 126 extern int buf_flush PROTO((struct buffer *, int));
|
| H A D | server.c | 597 buf_flush (buf_to_net, 0); 621 buf_flush (buf_to_net, 0); in print_pending_error() 718 buf_flush (buf_to_net, 1); 2353 buf_flush (buf_to_net, 1); 2838 buf_flush (buf_to_net, 1); 3320 buf_flush (buf_to_net, 1); 3377 buf_flush (buf_to_net, 1); 3886 buf_flush (buf_to_net, 1); 4584 buf_flush (buf_to_net, 1); 4708 buf_flush (buf_to_net, 1); [all …]
|
| H A D | zlib.c | 337 return buf_flush (cb->buf, 0); 422 status = buf_flush (cb->buf, 1);
|
| H A D | buffer.c | 330 buf_flush (buf, block) in buf_flush() function 1749 return buf_flush (pb->buf, 0);
|
| 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 | 803 status = buf_flush (to_server, 1);
|