Searched refs:rolmod (Results 1 – 3 of 3) sorted by relevance
| /f-stack/tools/libxo/libxo/ |
| H A D | xo.h | 684 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 D | libxo.c | 6679 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()
|
| /f-stack/tools/libxo/doc/ |
| H A D | api.rst | 437 .. c:function:: xo_ssize_t xo_emit_field (const char *rolmod, const char *contents, const char *fmt… 439 :param rolmod: A comma-separated list of field roles and field modifiers 440 :type rolmod: const char * 456 .. c:function:: xo_ssize_t xo_emit_field_h (xo_handle_t *xop, const char *rolmod, const char *conte… 460 :param rolmod: A comma-separated list of field roles and field modifiers 461 :type rolmod: const char * 471 .. c:function:: xo_ssize_t xo_emit_field_hv (xo_handle_t *xop, const char *rolmod, const char *cont… 475 :param rolmod: A comma-separated list of field roles and field modifiers 476 :type rolmod: const char *
|