Lines Matching refs:strtoull
1399 nodenr = strtoull(option, NULL, 10);1405 value = strtoull(option, &endptr, 0);1419 value = strtoull(option, &endptr, 10);1425 endvalue = strtoull(endptr+1, &endptr, 10);