OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 24 milliseconds