Lines Matching defs:ep
42 char *ep;
46 ul = strtoul(valstr, &ep, 10);
47 if (errno != 0 || *ep != '\0' || ul > UINT_MAX)
63 const char *ep = &bp[bpsize - 1];
67 for (tp = ep; tp > bp && isdigit(*tp); tp--)
70 if (tp == ep || tp != bp || extract_uint(bp + 1, lun) != 0) {
87 const char *ep = &bp[bpsize - 1];
90 for (tp = ep; tp >= bp && isdigit(*tp); tp--)
98 if (tp == ep || tp < bp || ((ep - tp) > 1 && *(tp + 1) == '0'))