Lines Matching defs:ep
1348 char *ep;1353 tos = (int)strtol(cp, &ep, 16);1355 tos = (int)strtol(str, &ep, 10);1358 if (*ep != '\0') {