Lines Matching defs:ep
1610 char *ep;1615 tos = (int)strtol(cp, &ep, 16);1617 tos = (int)strtol(str, &ep, 10);1620 if (*ep != '\0') {