Home | History | Annotate | Download | only in net

Lines Matching defs:ep

339 	char *ep;
346 ep = NULL;
348 v = strtoul(p, &ep, 10);
349 if (errno == 0 && ep && *ep == '\0' && v <= UINT_MAX)
1246 char *ep;
1281 lscopeid = strtoul(scope, &ep, 10);
1283 if (errno == 0 && ep && *ep == '\0' && *scopeid == lscopeid)
1307 char *bp, *ep;
1339 ep = hostbuf + sizeof hostbuf;
1345 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
1369 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
1396 if (n > ep - bp || n >= MAXHOSTNAMELEN) {
1400 strlcpy(bp, tbuf, (size_t)(ep - bp));