Home | History | Annotate | Download | only in qemu

Lines Matching full:endptr

2684     char *endptr;
2699 value = strtoull(option, &endptr, 0);
2700 switch (*endptr) {
2713 value = strtoull(option, &endptr, 10);
2718 if (*endptr == '-') {
2719 endvalue = strtoull(endptr+1, &endptr, 10);