Home
last modified time | relevance | path

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

/qemu/include/qemu/
H A Doption.h48 bool has_help_option(const char *param);
/qemu/
H A Dqemu-img.c573 if (options && has_help_option(options)) { in img_create()
2457 if (options && has_help_option(options)) { in img_convert()
4321 if (fmt && has_help_option(options)) { in img_amend()
4351 if (has_help_option(options)) { in img_amend()
/qemu/tests/unit/
H A Dtest-qemu-opts.c738 g_assert_cmpint(has_help_option(test[i].params), in test_has_help_option()
/qemu/util/
H A Dqemu-option.c851 bool has_help_option(const char *params) in has_help_option() function