Searched refs:xo_emit_h (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.bin/wc/ |
H A D | wc.c | 189 xo_emit_h(xop, " {:lines/%7ju/%ju}", linect); in show_cnt() 191 xo_emit_h(xop, " {:words/%7ju/%ju}", wordct); in show_cnt() 193 xo_emit_h(xop, " {:characters/%7ju/%ju}", charct); in show_cnt() 195 xo_emit_h(xop, " {:long-lines/%7ju/%ju}", llct); in show_cnt() 197 xo_emit_h(xop, " {:filename/%s}\n", file); in show_cnt() 199 xo_emit_h(xop, "\n"); in show_cnt()
|
/freebsd/sbin/savecore/ |
H A D | savecore.c | 173 xo_emit_h(xo, "{Lwc:Dump header from device}{:dump_device/%s}\n", in printheader() 175 xo_emit_h(xo, "{P: }{Lwc:Architecture}{:architecture/%s}\n", in printheader() 177 xo_emit_h(xo, in printheader() 181 xo_emit_h(xo, "{P: }{Lwc:Dump Length}{:dump_length_bytes/%lld}\n", in printheader() 183 xo_emit_h(xo, "{P: }{Lwc:Blocksize}{:blocksize/%d}\n", in printheader() 199 xo_emit_h(xo, "{P: }{Lwc:Compression}{:compression/%s}\n", comp_str); in printheader() 204 xo_emit_h(xo, "{P: }{Lwc:Dumptime}{:dumptime/%s}\n", time_str); in printheader() 205 xo_emit_h(xo, "{P: }{Lwc:Hostname}{:hostname/%s}\n", h->hostname); in printheader() 206 xo_emit_h(xo, "{P: }{Lwc:Magic}{:magic/%s}\n", h->magic); in printheader() 207 xo_emit_h(xo, "{P: }{Lwc:Version String}{:version_string/%s}", in printheader() [all …]
|
/freebsd/contrib/libxo/doc/ |
H A D | xopo.rst | 38 --add-comments --keyword=xo_emit --keyword=xo_emit_h \
|
H A D | field-formatting.rst | 274 xo_emit_h xo_emit_hp 313 xo_emit_h xo_emit_hf
|
H A D | api.rst | 42 xo_emit_h(NULL, "test"); 68 xo_emit_h(xop, "testing\n"); 395 The remaining arguments to `xo_emit` and `xo_emit_h` are a set of 408 .. c:function:: xo_ssize_t xo_emit_h (xo_handle_t *xop, const char *fmt, ...)
|
H A D | howto.rst | 309 --add-comments --keyword=xo_emit --keyword=xo_emit_h \
|
/freebsd/contrib/libxo/tests/gettext/ |
H A D | Makefile.am | 137 --add-comments --keyword=xo_emit --keyword=xo_emit_h \
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo.h | 207 xo_emit_h (xo_handle_t *xop, const char *fmt, ...);
|
H A D | libxo.c | 6602 xo_emit_h (xo_handle_t *xop, const char *fmt, ...) in xo_emit_h() function 8373 xo_emit_h(xop, ": {G:strerror}{g:error/%s}", msg); in xo_emit_warn_hcv()
|