Searched refs:XO_STYLE_TEXT (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/libxo/tests/core/ |
H A D | test_09.c | 48 xo_set_style(NULL, XO_STYLE_TEXT); in main()
|
H A D | test_12.c | 40 xo_set_style(NULL, XO_STYLE_TEXT); in main()
|
H A D | test_02.c | 36 xo_set_style(NULL, XO_STYLE_TEXT); in main()
|
H A D | test_08.c | 48 xo_set_style(NULL, XO_STYLE_TEXT); in main()
|
H A D | test_10.c | 67 xo_set_style(NULL, XO_STYLE_TEXT); in main()
|
H A D | test_01.c | 67 xo_set_style(NULL, XO_STYLE_TEXT); in main()
|
/freebsd/usr.bin/w/ |
H A D | w.c | 143 if (xo_get_style(NULL) == XO_STYLE_TEXT) { in main() 384 if (xo_get_style(NULL) != XO_STYLE_TEXT) in main()
|
/freebsd/contrib/libxo/libxo/ |
H A D | libxo.c | 437 return XO_STYLE_TEXT; in xo_style() 1760 case XO_STYLE_TEXT: in xo_message_hcv() 2021 return XO_STYLE_TEXT; in xo_name_to_style() 2338 xop->xo_style = XO_STYLE_TEXT; in xo_set_options() 2640 case XO_STYLE_TEXT: in xo_line_close() 2791 if (xo_style(xop) == XO_STYLE_TEXT || xo_style(xop) == XO_STYLE_HTML) { in xo_format_string_direct() 2893 if (xo_style(xop) == XO_STYLE_TEXT) /* Text means locale */ in xo_needed_encoding() 3395 if (style != XO_STYLE_TEXT in xo_do_format_field() 4068 case XO_STYLE_TEXT: in xo_format_text() 4365 case XO_STYLE_TEXT: in xo_format_value() [all …]
|
H A D | xo_syslog.c | 679 xo_set_style(xop, XO_STYLE_TEXT); in xo_vsyslog()
|
H A D | xo.h | 54 #define XO_STYLE_TEXT 0 /** Generate text output */ macro
|
/freebsd/usr.bin/wc/ |
H A D | wc.c | 136 stderr_handle = xo_create_to_file(stderr, XO_STYLE_TEXT, 0); in main()
|
/freebsd/contrib/libxo/xo/ |
H A D | xo.c | 334 xo_set_style(NULL, XO_STYLE_TEXT); in main()
|
/freebsd/contrib/libxo/doc/ |
H A D | options.rst | 109 T Enable text output (XO_STYLE_TEXT)
|
H A D | api.rst | 24 By default, this handle will send text style output (`XO_STYLE_TEXT`) to 146 .. index:: XO_STYLE_TEXT 161 XO_STYLE_TEXT Traditional text output
|
/freebsd/bin/ps/ |
H A D | ps.c | 675 if (xo_get_style(NULL) != XO_STYLE_TEXT) in main() 701 fwidthmin = (xo_get_style(NULL) != XO_STYLE_TEXT || in main()
|
/freebsd/sbin/savecore/ |
H A D | savecore.c | 763 xostdout = xo_create_to_file(stdout, XO_STYLE_TEXT, 0); in DoLiveFile() 952 xostdout = xo_create_to_file(stdout, XO_STYLE_TEXT, 0); in DoFile()
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_subr.c | 1015 dtp->dt_oformat = xo_get_style(NULL) == XO_STYLE_TEXT ? in dtrace_oformat_configure()
|