Home | History | Annotate | Download | only in callgrind

Lines Matching refs:strtoll10

1505    i1 = VG_(strtoll10)(optval,   &endptr); if (*endptr != ',')  goto bad;
1506 i2 = VG_(strtoll10)(endptr+1, &endptr); if (*endptr != ',') goto bad;
1507 i3 = VG_(strtoll10)(endptr+1, &endptr); if (*endptr != '\0') goto bad;