Lines Matching refs:strtoull
1200 nodenr = strtoull(option, NULL, 10);1206 value = strtoull(option, &endptr, 0);1220 value = strtoull(option, &endptr, 10);1226 endvalue = strtoull(endptr+1, &endptr, 10);