Lines Matching defs:ep
347 char *ep;
354 ep = NULL;
356 v = strtoul(p, &ep, 10);
357 if (errno == 0 && ep && *ep == '\0' && v <= UINT_MAX)
1244 char *ep;
1279 lscopeid = strtoul(scope, &ep, 10);
1281 if (errno == 0 && ep && *ep == '\0' && *scopeid == lscopeid)
1305 char *bp, *ep;
1337 ep = hostbuf + sizeof hostbuf;
1343 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
1367 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
1394 if (n > ep - bp || n >= MAXHOSTNAMELEN) {
1398 strlcpy(bp, tbuf, (size_t)(ep - bp));