Searched refs:xo_emit_field (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/libxo/tests/core/ |
| H A D | test_01.c | 107 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 D | xo.h | 693 xo_emit_field (const char *rolmod, const char *contents,
|
| H A D | libxo.c | 6738 xo_emit_field (const char *rolmod, const char *contents, in xo_emit_field() function
|
| /f-stack/tools/libxo/doc/ |
| H A D | api.rst | 426 .. 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);
|