Home
last modified time | relevance | path

Searched refs:XO_STYLE_JSON (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/libxo/tests/core/
H A Dtest_12.c35 xo_set_style(NULL, XO_STYLE_JSON); in main()
H A Dtest_09.c45 xo_set_style(NULL, XO_STYLE_JSON); in main()
H A Dtest_02.c31 xo_set_style(NULL, XO_STYLE_JSON); in main()
H A Dtest_08.c45 xo_set_style(NULL, XO_STYLE_JSON); in main()
H A Dtest_01.c61 xo_set_style(NULL, XO_STYLE_JSON); in main()
H A Dtest_10.c64 xo_set_style(NULL, XO_STYLE_JSON); in main()
/freebsd-12.1/contrib/libxo/libxo/
H A Dlibxo.c919 case XO_STYLE_JSON: in xo_buf_escape()
1778 case XO_STYLE_JSON: in xo_message_hcv()
2041 return XO_STYLE_JSON; in xo_name_to_style()
3521 case XO_STYLE_JSON: in xo_do_format_field()
4090 case XO_STYLE_JSON: in xo_format_title()
4432 case XO_STYLE_JSON: in xo_format_value()
4651 case XO_STYLE_JSON: in xo_format_content()
5042 case XO_STYLE_JSON: in xo_format_colors()
6944 case XO_STYLE_JSON: in xo_do_open_container()
7034 case XO_STYLE_JSON: in xo_do_close_container()
[all …]
H A Dxo.h56 #define XO_STYLE_JSON 2 /** Generate JSON output */ macro
/freebsd-12.1/contrib/libxo/xo/
H A Dxo.c276 xo_set_style(NULL, XO_STYLE_JSON); in main()
/freebsd-12.1/contrib/libxo/doc/
H A Doptions.rst105 J Enable JSON output (XO_STYLE_JSON)
H A Dapi.rst66 xo_handle_t *xop = xo_create(XO_STYLE_JSON, XOF_WARN | XOF_PRETTY);
148 .. index:: XO_STYLE_JSON
163 XO_STYLE_JSON JSON encoded data
H A Dlibxo.txt1571 | J | Enable JSON output (XO_STYLE_JSON) |
1671 xo_handle_t *xop = xo_create(XO_STYLE_JSON, XOF_WARN);
1733 | XO_STYLE_JSON | JSON encoded data |
/freebsd-12.1/usr.sbin/jls/
H A Djls.c545 case XO_STYLE_JSON: in special_print()