OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:parse_option_bool
(Results
1 - 1
of
1
) sorted by null
/external/qemu/
qemu-option.c
171
static int
parse_option_bool
(const char *name, const char *value, int *ret)
function
273
if (
parse_option_bool
(name, value, &flag) == -1)
584
return
parse_option_bool
(opt->name, opt->str, &opt->value.boolean);
Completed in 1255 milliseconds