Home | History | Annotate | Download | only in common

Lines Matching defs:endptr

1653 		char *endptr, *tmp;
1681 val = strtol(pos, &endptr, 0);
1684 if (*endptr != ',') {
1688 pos = endptr + 1;