Searched refs:xo_info_t (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/libxo/tests/core/ |
H A D | test_04.c | 17 xo_info_t info[] = {
|
H A D | test_06.c | 17 xo_info_t info[] = {
|
H A D | test_07.c | 17 xo_info_t info[] = {
|
H A D | test_03.c | 18 xo_info_t info[] = {
|
H A D | test_05.c | 25 xo_info_t info[] = {
|
H A D | test_10.c | 47 xo_info_t info[] = { in main()
|
H A D | test_01.c | 45 xo_info_t info[] = { in main()
|
/freebsd/contrib/libxo/doc/ |
H A D | xolint.rst | 33 The "-I" option will generate a table of `xo_info_t`_ structures,
|
H A D | api.rst | 1072 .. 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 D | example.rst | 35 xo_info_t info[] = {
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo.h | 118 } xo_info_t; typedef 195 xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count);
|
H A D | libxo.c | 250 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()
|