Searched refs:xo_emit_f (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/libxo/tests/core/ |
| H A D | test_12.c | 80 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()
|
| /f-stack/tools/libxo/doc/ |
| H A D | field-formatting.rst | 298 int xo_emit_f(xo_emit_flags_t flags, const char fmt, ...); 300 xo_emit_f(XOEF_RETAIN, "{:some/%02d}{:thing/%-6s}{:fancy}\n", 304 xo_emit_f() function. A complete set of xo_emit_f functions exist to 313 xo_emit xo_emit_f 319 The format string must be immutable across multiple calls to xo_emit_f(), 332 xo_emit_f(XOEF_RETAIN, fmt, name[i], count[i]);
|
| /f-stack/tools/libxo/libxo/ |
| H A D | xo.h | 220 xo_emit_f (xo_emit_flags_t flags, const char *fmt, ...);
|
| H A D | libxo.c | 6659 xo_emit_f (xo_emit_flags_t flags, const char *fmt, ...) in xo_emit_f() function
|