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

  /external/qemu/
cutils.c 408 int64_t strtosz(const char *nptr, char **end) function
qemu-common.h 169 * strtosz() suffixes used to specify the default treatment of an
170 * argument passed to strtosz() without an explicit suffix.
172 * A-Z, as strtosz() will use qemu_toupper() on the given argument
180 int64_t strtosz(const char *nptr, char **end);

Completed in 41 milliseconds