Lines Matching refs:strtoull
1395 nodenr = strtoull(option, NULL, 10);1401 value = strtoull(option, &endptr, 0);1415 value = strtoull(option, &endptr, 10);1421 endvalue = strtoull(endptr+1, &endptr, 10);