Lines Matching full:endptr
2555 char *endptr;2570 value = strtoull(option, &endptr, 0);2571 switch (*endptr) {2584 value = strtoull(option, &endptr, 10);2589 if (*endptr == '-') {2590 endvalue = strtoull(endptr+1, &endptr, 10);