Home
last modified time | relevance | path

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

/freebsd/contrib/libxo/xopo/
H A Dxopo.c186 rc = xo_set_options(NULL, opt_options); in main()
/freebsd/contrib/libxo/xo/
H A Dxo.c428 rc = xo_set_options(NULL, opt_options); in main()
/freebsd/contrib/libxo/libxo/
H A Dxo.h177 xo_set_options (xo_handle_t *xop, const char *input);
H A Dlibxo.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/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_options.c733 if (xo_set_options(NULL, arg) < 0) in dt_opt_oformat()
/freebsd/contrib/libxo/doc/
H A Dapi.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/usr.bin/vmstat/
H A Dvmstat.c287 xo_set_options(NULL, "no-humanize"); in main()