Searched refs:XOF_DTRT (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libxo/tests/core/ |
H A D | test_06.c | 45 xo_set_flags(NULL, XOF_DTRT); in main()
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo.h | 76 #define XOF_DTRT XOF_BIT(10) /** Enable "do the right thing" mode */ macro
|
H A D | libxo.c | 2096 { XOF_DTRT, "dtrt" }, 6841 if (XOF_ISSET(xop, XOF_DTRT)) in xo_depth_change() 6923 if (xflags & XOF_DTRT) in xo_stack_flags() 7034 return xo_open_container_hf(xop, XOF_DTRT, name); in xo_open_container_hd() 7040 return xo_open_container_hf(NULL, XOF_DTRT, name); in xo_open_container_d() 7207 return xo_open_list_hf(xop, XOF_DTRT, name); in xo_open_list_hd() 7213 return xo_open_list_hf(NULL, XOF_DTRT, name); in xo_open_list_d() 7457 return xo_open_instance_hf(xop, XOF_DTRT, name); in xo_open_instance_hd() 7463 return xo_open_instance_hf(NULL, XOF_DTRT, name); in xo_open_instance_d()
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 238 .. index:: XOF_DTRT 265 XOF_DTRT Enable "do the right thing" mode 964 turn on the XOF_DTRT flag prior to making any other libxo output:: 966 xo_set_flags(NULL, XOF_DTRT); 968 .. index:: XOF_DTRT
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_subr.c | 1018 xo_set_flags(NULL, XOF_DTRT); in dtrace_oformat_configure()
|