Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/tests/core/
H A Dtest_12.c80 xo_emit_f(flags, fmt1, "thing", "green", "green", 2, 15); in main()
81 xo_emit_f(flags, fmt2, "left", "blue", "blue", 3, 45); in main()
/freebsd/contrib/libxo/doc/
H A Dfield-formatting.rst299 int xo_emit_f(xo_emit_flags_t flags, const char fmt, ...);
301 xo_emit_f(XOEF_RETAIN, "{:some/%02d}{:thing/%-6s}{:fancy}\n",
305 xo_emit_f() function. A complete set of xo_emit_f functions exist to
314 xo_emit xo_emit_f
320 The format string must be immutable across multiple calls to xo_emit_f(),
333 xo_emit_f(XOEF_RETAIN, fmt, name[i], count[i]);
/freebsd/contrib/libxo/libxo/
H A Dxo.h220 xo_emit_f (xo_emit_flags_t flags, const char *fmt, ...);
H A Dlibxo.c6659 xo_emit_f (xo_emit_flags_t flags, const char *fmt, ...) in xo_emit_f() function