Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/tests/core/
H A Dtest_09.c46 xo_set_style(NULL, XO_STYLE_JSON); in main()
H A Dtest_12.c38 xo_set_style(NULL, XO_STYLE_JSON); in main()
H A Dtest_02.c34 xo_set_style(NULL, XO_STYLE_JSON); in main()
H A Dtest_08.c46 xo_set_style(NULL, XO_STYLE_JSON); in main()
H A Dtest_10.c65 xo_set_style(NULL, XO_STYLE_JSON); in main()
H A Dtest_01.c65 xo_set_style(NULL, XO_STYLE_JSON); in main()
/freebsd/contrib/libxo/xo/
H A Dxo.c309 xo_set_style(NULL, XO_STYLE_JSON); in main()
459 if (opt_closer && xo_get_style(NULL) == XO_STYLE_JSON) in main()
/freebsd/contrib/libxo/libxo/
H A Dlibxo.c895 case XO_STYLE_JSON: in xo_buf_escape()
1754 case XO_STYLE_JSON: in xo_message_hcv()
2017 return XO_STYLE_JSON; in xo_name_to_style()
2036 if (xo_style(xop) == XO_STYLE_JSON in xo_style_is_encoding()
2322 xop->xo_style = XO_STYLE_JSON; in xo_set_options()
2822 case XO_STYLE_JSON: in xo_format_string_direct()
3526 case XO_STYLE_JSON: in xo_do_format_field()
4097 case XO_STYLE_JSON: in xo_format_title()
4460 case XO_STYLE_JSON: in xo_format_value()
4681 case XO_STYLE_JSON: in xo_format_content()
[all …]
H A Dxo.h56 #define XO_STYLE_JSON 2 /** Generate JSON output */ macro
/freebsd/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
/freebsd/usr.sbin/jls/
H A Djls.c550 case XO_STYLE_JSON: in special_print()