Searched refs:XOF_DTRT (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/libxo/tests/core/
H A Dtest_06.c45 xo_set_flags(NULL, XOF_DTRT);
/freebsd-13-stable/contrib/libxo/libxo/
H A Dxo.h76 #define XOF_DTRT XOF_BIT(10) /** Enable "do the right thing" mode */ macro
H A Dlibxo.c2096 { XOF_DTRT, "dtrt" },
6841 if (XOF_ISSET(xop, XOF_DTRT))
6923 if (xflags & XOF_DTRT)
7021 return xo_open_container_hf(xop, XOF_DTRT, name);
7027 return xo_open_container_hf(NULL, XOF_DTRT, name);
7181 return xo_open_list_hf(xop, XOF_DTRT, name);
7187 return xo_open_list_hf(NULL, XOF_DTRT, name);
7431 return xo_open_instance_hf(xop, XOF_DTRT, name);
7437 return xo_open_instance_hf(NULL, XOF_DTRT, name);

Completed in 77 milliseconds