HomeSort by relevance Sort by last modified time
    Searched refs:qstring_from_substr (Results 1 - 4 of 4) sorted by null

  /external/qemu/
qstring.h 28 QString *qstring_from_substr(const char *str, int start, int end);
qstring.c 35 * qstring_from_substr(): Create a new QString from a C string substring
39 QString *qstring_from_substr(const char *str, int start, int end) function
64 return qstring_from_substr(str, 0, strlen(str) - 1);
qerror.c 353 key_qs = qstring_from_substr(start, 0, end - start - 1);
qemu-char.c     [all...]

Completed in 146 milliseconds