Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/tests/core/
H A Dtest_04.c17 xo_info_t info[] = {
H A Dtest_06.c17 xo_info_t info[] = {
H A Dtest_07.c17 xo_info_t info[] = {
H A Dtest_03.c18 xo_info_t info[] = {
H A Dtest_05.c25 xo_info_t info[] = {
H A Dtest_10.c47 xo_info_t info[] = { in main()
H A Dtest_01.c45 xo_info_t info[] = { in main()
/freebsd/contrib/libxo/doc/
H A Dxolint.rst33 The "-I" option will generate a table of `xo_info_t`_ structures,
H A Dapi.rst1072 .. index:: xo_info_t
1076 Field Information (xo_info_t)
1082 First the application must build an array of xo_info_t structures,
1094 } xo_info_t;
1096 void xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count);
1105 xo_info_t info[] = {
1126 .. c:function:: void xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count)
1131 :type infop: xo_info_t *
H A Dexample.rst35 xo_info_t info[] = {
/freebsd/contrib/libxo/libxo/
H A Dxo.h118 } xo_info_t; typedef
195 xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count);
H A Dlibxo.c250 xo_info_t *xo_info; /* Info fields for all elements */
2523 xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count) in xo_set_info()
2528 xo_info_t *xip; in xo_set_info()
2650 const xo_info_t *xip = data; in xo_info_compare()
2656 static xo_info_t *
2659 xo_info_t *xip; in xo_info_find()
3994 xo_info_t *xip = xo_info_find(xop, name, nlen); in xo_buf_append_div()