OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_opt_name
(Results
1 - 4
of
4
) sorted by null
/external/qemu/
qemu-option.c
46
const char *
get_opt_name
(char *buf, int buf_size, const char *p, char delim)
function
66
* This function is comparable to
get_opt_name
with the difference that the
99
p =
get_opt_name
(option, sizeof(option), p, '=');
133
p =
get_opt_name
(buf, buf_size, p, '=');
441
param =
get_opt_name
(name, sizeof(name), param, next_delim);
790
p =
get_opt_name
(option, sizeof(option), p, ',');
800
p =
get_opt_name
(option, sizeof(option), p, '=');
qemu-option.h
51
const char *
get_opt_name
(char *buf, int buf_size, const char *p, char delim);
vl.c
439
p =
get_opt_name
(option, sizeof(option), p, '=');
464
p =
get_opt_name
(buf, buf_size, p, '=');
1195
optarg =
get_opt_name
(option, 128, optarg, ',') + 1;
[
all
...]
vl-android.c
[
all
...]
Completed in 37 milliseconds