Home
last modified time | relevance | path

Searched refs:xo_set_options (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/libxo/xopo/
HDxopo.c186 rc = xo_set_options(NULL, opt_options); in main()
/freebsd-14-stable/contrib/libxo/xo/
HDxo.c428 rc = xo_set_options(NULL, opt_options); in main()
/freebsd-14-stable/contrib/libxo/libxo/
HDxo.h177 xo_set_options (xo_handle_t *xop, const char *input);
HDlibxo.c2262 xo_set_options (xo_handle_t *xop, const char *input) in xo_set_options() function
8217 if (xo_set_options(xop, cp) < 0) in xo_parse_args()
8220 if (xo_set_options(xop, cp) < 0) in xo_parse_args()
8224 if (xo_set_options(xop, ++cp) < 0) in xo_parse_args()
/freebsd-14-stable/contrib/libxo/doc/
HDapi.rst350 .. index:: xo_set_options
352 xo_set_options subsection
355 .. c:function:: int xo_set_options (xo_handle_t *xop, const char *input)
364 The `xo_set_options` function accepts a comma-separated list of
/freebsd-14-stable/usr.bin/vmstat/
HDvmstat.c300 xo_set_options(NULL, "no-humanize"); in main()