Searched refs:XOF_UNITS (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/contrib/libxo/tests/core/ |
| HD | test_12.c | 56 xo_set_flags(NULL, XOF_UNITS); /* Always test w/ this */ in main()
|
| HD | test_02.c | 44 xo_set_flags(NULL, XOF_UNITS); /* Always test w/ this */ in main()
|
| /freebsd-11-stable/contrib/libxo/doc/ |
| HD | field-roles.rst | 231 .. index:: XOF_UNITS 246 When the XOF_UNITS flag is set, units are rendered in XML as the
|
| HD | api.rst | 245 .. index:: XOF_UNITS 272 XOF_UNITS Display units (XML, HMTL)
|
| HD | libxo.txt | 675 When the XOF_UNITS flag is set, units are rendered in XML as the 1776 | XOF_UNITS | Display units (XML, HMTL) |
|
| /freebsd-11-stable/contrib/libxo/libxo/ |
| HD | xo.h | 86 #define XOF_UNITS XOF_BIT(18) /** Encode units in XML */ macro
|
| HD | libxo.c | 2136 { XOF_UNITS, "units" }, 2362 XOF_SET(xop, XOF_UNITS); in xo_set_options() 3936 if (XOF_ISSET(xop, XOF_UNITS)) { in xo_buf_append_div() 4416 if (XOF_ISSET(xop, XOF_UNITS)) { in xo_format_value()
|