Searched refs:get_opt_name (Results 1 - 3 of 3) sorted by relevance

/external/qemu/util/
H A Dqemu-option.c46 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, '=');
/external/qemu/include/qemu/
H A Doption.h51 const char *get_opt_name(char *buf, int buf_size, const char *p, char delim);
/external/qemu/
H A Dvl-android.c1096 optarg = get_opt_name(option, 128, optarg, ',') + 1;

Completed in 290 milliseconds