Home
last modified time | relevance | path

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

/freebsd-head/contrib/libxo/tests/core/
HDtest_01.c108 xo_emit_field("T", title, "%s\n", NULL, NULL); in main()
110 xo_emit_field("Vt", "max-chaos", NULL, NULL, " very "); in main()
111 xo_emit_field("V", "min-chaos", "%d", NULL, 42); in main()
112 xo_emit_field("V", "some-chaos", "%d\n", "[%d]", 42); in main()
/freebsd-head/contrib/libxo/doc/
HDapi.rst425 .. index:: xo_emit_field
427 Single Field Emitting Functions (xo_emit_field)
432 the description for multiple fields, `xo_emit_field` emits a single
454 xo_emit_field to dereference arbitrary values off the stack, leading
457 .. c:function:: xo_ssize_t xo_emit_field (const char *rolmod, const char *content, const char *fmt,…
473 xo_emit_field("T", title, NULL, NULL, NULL);
474 xo_emit_field("T", "Host name is ", NULL, NULL);
475 xo_emit_field("V", "host-name", NULL, NULL, host-name);
476 xo_emit_field(",leaf-list,quotes", "sku", "%s-%u", "%s-000-%u",
/freebsd-head/contrib/libxo/libxo/
HDxo.h693 xo_emit_field (const char *rolmod, const char *contents,
HDlibxo.c6738 xo_emit_field (const char *rolmod, const char *contents, in xo_emit_field() function