man.bsd.lv manual page server

Manual Page Search Parameters
LIBXO(3) Library Functions Manual LIBXO(3)

xo_flush, xo_flush_hflush formatted output from libxo handle

library “libxo”

#include <libxo/xo.h>

xo_ssize_t
xo_flush(void);

xo_ssize_t
xo_flush_h(xo_handle_t *handle);

libxo buffers data, both for performance and consistency, but also to allow some advanced features to work properly. At various times, the caller may wish to flush any data buffered within the library. The () function is used for this.

xo_emit(3), libxo(3)

The libxo library first appeared in FreeBSD 11.0.

libxo was written by Phil Shafer <phil@freebsd.org>.

December 4, 2014 FreeBSD-13.0