Searched refs:xo_set_options (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/libxo/xopo/ |
H A D | xopo.c | 186 rc = xo_set_options(NULL, opt_options); in main()
|
/freebsd/contrib/libxo/xo/ |
H A D | xo.c | 428 rc = xo_set_options(NULL, opt_options); in main()
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo.h | 177 xo_set_options (xo_handle_t *xop, const char *input);
|
H A D | libxo.c | 2262 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 D | dt_options.c | 733 if (xo_set_options(NULL, arg) < 0) in dt_opt_oformat()
|
/freebsd/contrib/libxo/doc/ |
H A D | api.rst | 350 .. 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 D | vmstat.c | 287 xo_set_options(NULL, "no-humanize"); in main()
|