Home | History | Annotate | Download | only in cachegrind

Lines Matching refs:strtoll10

1726    i1 = VG_(strtoll10)(optval,   &endptr); if (*endptr != ',')  goto bad;
1727 i2 = VG_(strtoll10)(endptr+1, &endptr); if (*endptr != ',') goto bad;
1728 i3 = VG_(strtoll10)(endptr+1, &endptr); if (*endptr != '\0') goto bad;