Home | History | Annotate | Download | only in qemu

Lines Matching full:endptr

1390     char *endptr;
1405 value = strtoull(option, &endptr, 0);
1406 switch (*endptr) {
1419 value = strtoull(option, &endptr, 10);
1424 if (*endptr == '-') {
1425 endvalue = strtoull(endptr+1, &endptr, 10);