Searched refs:xo_errorn_hv (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/libxo/libxo/ |
H A D | xo.h | 393 xo_errorn_hv (xo_handle_t *xop, int need_newline, const char *fmt, va_list vap);
|
H A D | libxo.c | 8055 xo_errorn_hv (xo_handle_t *xop, int need_newline, const char *fmt, va_list vap) in xo_errorn_hv() function 8119 xo_errorn_hv(xop, 0, fmt, vap); in xo_error_h() 8132 xo_errorn_hv(NULL, 0, fmt, vap); in xo_error() 8142 xo_errorn_hv(xop, 1, fmt, vap); in xo_errorn_h() 8155 xo_errorn_hv(NULL, 1, fmt, vap); in xo_errorn()
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 1234 .. index:: xo_errorn_hv 1277 .. c:function:: void xo_errorn_hv (xo_handle_t *xop, int need_newline, const char *fmt, va_list vap) 1306 `xo_errorn_h` and `xo_errorn_hv` functions add a handle object and 1308 `xo_errorn_hv` function also adds a boolean to indicate the need for
|