Searched refs:xo_emit_flags_t (Results 1 – 4 of 4) sorted by relevance
| /f-stack/tools/libxo/libxo/ |
| H A D | xo.h | 107 typedef unsigned xo_emit_flags_t; /* Flags to xo_emit() and friends */ typedef 213 xo_emit_hvf (xo_handle_t *xop, xo_emit_flags_t flags, 217 xo_emit_hf (xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt, ...); 220 xo_emit_f (xo_emit_flags_t flags, const char *fmt, ...); 253 xo_emit_hvfp (xo_handle_t *xop, xo_emit_flags_t flags, in xo_emit_hvfp() 261 xo_emit_hfp (xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt, ...) in xo_emit_hfp() 272 xo_emit_fp (xo_emit_flags_t flags, const char *fmt, ...) in xo_emit_fp()
|
| H A D | libxo.c | 6511 xo_do_emit (xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt) in xo_do_emit() 6630 xo_emit_hvf (xo_handle_t *xop, xo_emit_flags_t flags, in xo_emit_hvf() 6645 xo_emit_hf (xo_handle_t *xop, xo_emit_flags_t flags, const char *fmt, ...) in xo_emit_hf() 6659 xo_emit_f (xo_emit_flags_t flags, const char *fmt, ...) in xo_emit_f()
|
| /f-stack/tools/libxo/tests/core/ |
| H A D | test_12.c | 25 xo_emit_flags_t flags = XOEF_RETAIN; 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, ...);
|