Home
last modified time | relevance | path

Searched refs:xo_emit_field (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/libxo/tests/core/
H A Dtest_01.c107 xo_emit_field("Vt", "max-chaos", NULL, NULL, " very "); in main()
108 xo_emit_field("V", "min-chaos", "%d", NULL, 42); in main()
109 xo_emit_field("V", "some-chaos", "%d\n", "[%d]", 42); in main()
/f-stack/tools/libxo/libxo/
H A Dxo.h693 xo_emit_field (const char *rolmod, const char *contents,
H A Dlibxo.c6738 xo_emit_field (const char *rolmod, const char *contents, in xo_emit_field() function
/f-stack/tools/libxo/doc/
H A Dapi.rst426 .. index:: xo_emit_field
428 Single Field Emitting Functions (xo_emit_field)
437 .. c:function:: xo_ssize_t xo_emit_field (const char *rolmod, const char *contents, const char *fmt…
453 xo_emit_field("T", "Host name is ", NULL, NULL);
454 xo_emit_field("V", "host-name", NULL, NULL, host-name);