Searched refs:xo_set_options (Results 1 – 6 of 6) sorted by relevance
186 rc = xo_set_options(NULL, opt_options); in main()
428 rc = xo_set_options(NULL, opt_options); in main()
177 xo_set_options (xo_handle_t *xop, const char *input);
2262 xo_set_options (xo_handle_t *xop, const char *input) in xo_set_options() function8217 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()
350 .. index:: xo_set_options352 xo_set_options subsection355 .. 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
300 xo_set_options(NULL, "no-humanize"); in main()