Lines Matching defs:ep
1222 char *ep;1227 tos = (int)strtol(cp, &ep, 16);1229 tos = (int)strtol(str, &ep, 10);1232 if (*ep != '\0') {