Home
last modified time | relevance | path

Searched refs:rolmod (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libxo/libxo/
H A Dxo.h684 xo_emit_field_hv (xo_handle_t *xop, const char *rolmod, const char *contents,
689 xo_emit_field_h (xo_handle_t *xop, const char *rolmod, const char *contents,
693 xo_emit_field (const char *rolmod, const char *contents,
H A Dlibxo.c6679 xo_emit_field_hv (xo_handle_t *xop, const char *rolmod, const char *contents, in xo_emit_field_hv() argument
6687 if (rolmod == NULL) in xo_emit_field_hv()
6688 rolmod = "V"; in xo_emit_field_hv()
6695 cp = xo_parse_roles(xop, rolmod, rolmod, &xfi); in xo_emit_field_hv()
6724 xo_emit_field_h (xo_handle_t *xop, const char *rolmod, const char *contents, in xo_emit_field_h() argument
6731 rc = xo_emit_field_hv(xop, rolmod, contents, fmt, efmt, vap); in xo_emit_field_h()
6738 xo_emit_field (const char *rolmod, const char *contents, in xo_emit_field() argument
6745 rc = xo_emit_field_hv(NULL, rolmod, contents, fmt, efmt, vap); in xo_emit_field()
/freebsd/contrib/libxo/doc/
H A Dapi.rst438 The arguments `rolmod`, `content`, `fmt`, and `efmt` are detailed in
442 `xo_emit`. The arguments are each NUL-terminated strings. The `rolmod`
457 .. c:function:: xo_ssize_t xo_emit_field (const char *rolmod, const char *content, const char *fmt,…
459 :param rolmod: A comma-separated list of field roles and field modifiers
460 :type rolmod: const char *
479 .. c:function:: xo_ssize_t xo_emit_field_h (xo_handle_t *xop, const char *rolmod, const char *conte…
483 :param rolmod: A comma-separated list of field roles and field modifiers
484 :type rolmod: const char *
494 .. c:function:: xo_ssize_t xo_emit_field_hv (xo_handle_t *xop, const char *rolmod, const char *cont…
498 :param rolmod: A comma-separated list of field roles and field modifiers
[all …]