Home | History | Annotate | Download | only in src

Lines Matching defs:ep

1382 		char *ep;
1384 i = strtol(how, &ep, 10);
1385 if (*ep != '\0') {
1465 Char *ep;
1596 i = Strtol(*argv, &ep, 10);
1597 if (*ep != '\0' || i < 0) {
1630 i = Strtol(*argv, &ep, 10);
1631 if (*ep != '\0' || i < 0) {
1646 i = Strtol(*argv, &ep, 10);
1647 if (*ep != '\0' || i < 0) {
1655 if (*ep != '\0') {