Lines Matching refs:strtoull
2693 nodenr = strtoull(option, NULL, 10);2699 value = strtoull(option, &endptr, 0);2713 value = strtoull(option, &endptr, 10);2719 endvalue = strtoull(endptr+1, &endptr, 10);