Searched refs:xo_set_info (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/libxo/tests/core/ |
H A D | test_04.c | 43 xo_set_info(NULL, info, info_count); in main()
|
H A D | test_06.c | 43 xo_set_info(NULL, info, info_count); in main()
|
H A D | test_07.c | 50 xo_set_info(NULL, info, info_count); in main()
|
H A D | test_03.c | 57 xo_set_info(NULL, info, info_count); in main()
|
H A D | test_05.c | 60 xo_set_info(NULL, info, info_count); in main()
|
H A D | test_10.c | 82 xo_set_info(NULL, info, info_count); in main()
|
H A D | test_01.c | 82 xo_set_info(NULL, info, -1); in main()
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo.h | 195 xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count);
|
H A D | libxo.c | 2523 xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count) in xo_set_info() function
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 1088 the `xo_set_info` call:: 1096 void xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count); 1114 xo_set_info(NULL, info, info_count); 1126 .. c:function:: void xo_set_info (xo_handle_t *xop, xo_info_t *infop, int count)
|
H A D | example.rst | 49 xo_set_info(NULL, info, info_count);
|