Searched refs:qstring_from_substr (Results 1 – 4 of 4) sorted by relevance
/external/qemu/ |
D | qstring.c | 39 QString *qstring_from_substr(const char *str, int start, int end) in qstring_from_substr() function 64 return qstring_from_substr(str, 0, strlen(str) - 1); in qstring_from_str()
|
D | qstring.h | 28 QString *qstring_from_substr(const char *str, int start, int end);
|
D | qerror.c | 353 key_qs = qstring_from_substr(start, 0, end - start - 1); in append_field()
|
D | qemu-char.c | 2370 return qstring_from_substr((char *) d->outbuf, 0, d->outbuf_size - 1); in qemu_chr_mem_to_qs()
|