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

  /external/qemu/util/
cutils.c 353 int64_t strtosz(const char *nptr, char **end) function
  /external/qemu/include/
qemu-common.h 174 * strtosz() suffixes used to specify the default treatment of an
175 * argument passed to strtosz() without an explicit suffix.
177 * A-Z, as strtosz() will use qemu_toupper() on the given argument
187 int64_t strtosz(const char *nptr, char **end);

Completed in 344 milliseconds