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

  /external/qemu/include/qapi/qmp/
qstring.h 28 QString *qstring_from_substr(const char *str, int start, int end);
  /external/qemu/qobject/
qstring.c 43 * qstring_from_substr(): Create a new QString from a C string substring
47 QString *qstring_from_substr(const char *str, int start, int end) function
72 return qstring_from_substr(str, 0, strlen(str) - 1);
  /external/qemu/
qemu-char.c     [all...]

Completed in 2252 milliseconds