Home | History | Annotate | Download | only in qemu

Lines Matching refs:strtoull

2564             nodenr = strtoull(option, NULL, 10);
2570 value = strtoull(option, &endptr, 0);
2584 value = strtoull(option, &endptr, 10);
2590 endvalue = strtoull(endptr+1, &endptr, 10);