strtoull
extern unsigned long long strtoull(const char *string, char **end, int base);
fValue.Uint64 = strtoull(string, &string, 0);
ptsOffset = strtoull(buffer, NULL, 10);
size = strtoull(str, &endptr, 0);
ref.node = strtoull(end + 1, &end, 0);
node = strtoull(end + 1, &end, 0);
ino_t vnid = strtoull(argv[i], NULL, 0);
ino_t loc = strtoull(argv[i], NULL, 0);
ptsOffset = strtoull(buffer, NULL, 10);
int64 value = strtoull(number, NULL, 0);
int64 value = strtoull(number, NULL, 0);
uint64 value = strtoull(number, NULL, 0);
uint64 value = strtoull(number, NULL, 0);
uint64value = strtoull(value, NULL, 0);
yylval.u.o = strtoull(cp, NULL, 10);
#define STRTOUL strtoull
fCurrentToken.value.SetTo((uint64)strtoull(
result = strtoull(length, &endptr, 10);
fCurrentToken.value = strtoull(fCurrentToken.string, NULL, 0);
# define strtol strtoull
return (intmax_t)strtoull(string, _end, base);
off_t size = strtoull(valueWithUnit, &unit, 10);
return strtoull(arg, NULL, 0);
imageSize = strtoull(optarg, NULL, 10);
headerSize = strtoull(optarg, NULL, 10);
imageSize = strtoull(optarg, NULL, 10);