Home
last modified time | relevance | path

Searched refs:starts_with_help_option (Results 1 – 2 of 2) sorted by relevance

/qemu/include/qemu/
H A Dhelp_option.h22 static inline int starts_with_help_option(const char *s) in starts_with_help_option() function
/qemu/util/
H A Dkeyval.c200 if (starts_with_help_option(key) == len) { in keyval_parse_one()