Home
last modified time | relevance | path

Searched refs:xo_ssize_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libxo/libxo/
H A Dxo.h131 typedef int xo_ssize_t; /* Buffer size */ typedef
133 typedef ssize_t xo_ssize_t; /* Buffer size */ typedef
136 typedef xo_ssize_t (*xo_write_func_t)(void *, const char *);
147 typedef xo_ssize_t (*xo_formatter_t)(xo_handle_t *, char *, xo_ssize_t,
203 xo_ssize_t
206 xo_ssize_t
209 xo_ssize_t
212 xo_ssize_t
216 xo_ssize_t
219 xo_ssize_t
[all …]
H A Dlibxo.c460 static xo_ssize_t
565 xo_xml_leader_len (xo_handle_t *xop, const char *name, xo_ssize_t nlen) in xo_xml_leader_len()
6587 xo_ssize_t
6601 xo_ssize_t
6615 xo_ssize_t
6629 xo_ssize_t
6644 xo_ssize_t
6658 xo_ssize_t
6678 xo_ssize_t
6723 xo_ssize_t
[all …]
H A Dxo_syslog.c454 static xo_ssize_t
/freebsd/contrib/libxo/doc/
H A Dapi.rst402 .. c:function:: xo_ssize_t xo_emit (const char *fmt, ...)
406 :rtype: xo_ssize_t
408 .. c:function:: xo_ssize_t xo_emit_h (xo_handle_t *xop, const char *fmt, ...)
414 :rtype: xo_ssize_t
416 .. c:function:: xo_ssize_t xo_emit_hv (xo_handle_t *xop, const char *fmt, va_list vap)
423 :rtype: xo_ssize_t
457 .. c:function:: xo_ssize_t xo_emit_field (const char *rolmod, const char *content, const char *fmt,…
468 :rtype: xo_ssize_t
479 .. c:function:: xo_ssize_t xo_emit_field_h (xo_handle_t *xop, const char *rolmod, const char *conte…
492 :rtype: xo_ssize_t
[all …]
/freebsd/contrib/libxo/xo/
H A Dxo.c94 static xo_ssize_t
95 formatter (xo_handle_t *xop, char *buf, xo_ssize_t bufsiz, in formatter()