Home
last modified time | relevance | path

Searched refs:has_help_option (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/qemu/
H A Doption.h48 bool has_help_option(const char *param);
/openbmc/qemu/util/
H A Dqemu-option.c851 bool has_help_option(const char *params) in has_help_option() function
/openbmc/qemu/tests/unit/
H A Dtest-qemu-opts.c738 g_assert_cmpint(has_help_option(test[i].params), in test_has_help_option()