strtoull
ull = strtoull(cp, &cp, 10);
ull = strtoull(cp, &cp, 10);
ull = strtoull(cp, &cp, 10);
ull = strtoull(s, &ep, 16);
serial = strtoull(cp, &ep, 0);
serial2 = strtoull(cp, &ep, 0);
cert_serial = strtoull(optarg, &ep, 10);
strtoull(const char * __restrict, char ** __restrict, int);
#define _FUNCNAME strtoull
return strtoull(nptr, endptr, base);
uint64_t msgid = strtoull(label, NULL, 16);
#define Strtoi64(x, y) *(UINT64 *)y = strtoull(x, NULL, 0)
unsigned long long strtoull(const char *, char **, int);
n = n_check = strtoull(buf, &endptr, 10);
d = strtoull(endptr+1, &endptr, 10);
n = strtoull(argv[1], NULL, 10);
yylval.u.o = strtoull(cp, NULL, 10);
ullval = strtoull(parameter, &endptr, 10);
*vv = strtoull(*cp, &tmp, 0);
vv = strtoull(tp, NULL, 0);
vv = strtoull(tp, NULL, 0);
vv = strtoull(tp, NULL, 0);
vv = strtoull(tp, NULL, 0);
vv = strtoull(tp, NULL, 0);
src_inode = strtoull(argv[2], NULL, 16);
dst_inode = strtoull(argv[3], NULL, 16);
tid = strtoull(ptr + 1, NULL, 16);
mirror.tid_beg = strtoull(av[1], NULL, 0);
pfsd->sync_beg_tid = strtoull(ptr, NULL, 16);
pfsd->sync_end_tid = strtoull(ptr, NULL, 16);
retval = strtoull(p, NULL, base);
tid = strtoull(av[i], &ptr, 16);
tid = strtoull(av[1], &ptr, 16);
tid = strtoull(ptr + 1, &ptr2, 16);
(hammer_tid_t)strtoull(tidptr + 2, NULL, 0),
SplitupOpt = strtoull(optarg, &ptr, 0);
BandwidthOpt = strtoull(optarg, &ptr, 0);
show_min_mirror_tid = (hammer2_tid_t)strtoull(env, NULL, 16);
show_min_modify_tid = (hammer2_tid_t)strtoull(env, NULL, 16);
*transid = strtoull(buf, NULL, 16);
info.asof = strtoull(optarg, NULL, 0);
v = (uint64_t)strtoull(ptr, &ptr, 0);
pnv->pnv_unsigned = (uint64_t) strtoull(ctx->poic_cp, &cp, 0);
Maxmem_bytes = strtoull(optarg, &suffix, 0);
off = strtoull(str, NULL, 0);
tid = strtoull(timeStr, NULL, 0);
data = strtoull(p, &endptr, 16);
dc->paddr = strtoull(optarg, NULL, 0);
h2_opt->destroy_inum = strtoull(buf, NULL, 0);