Home | History | Annotate | Download | only in net

Lines Matching defs:ep

338 	char *ep;
345 ep = NULL;
347 v = strtoul(p, &ep, 10);
348 if (errno == 0 && ep && *ep == '\0' && v <= UINT_MAX)
1254 char *ep;
1289 lscopeid = strtoul(scope, &ep, 10);
1291 if (errno == 0 && ep && *ep == '\0' && *scopeid == lscopeid)
1315 char *bp, *ep;
1347 ep = hostbuf + sizeof hostbuf;
1353 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
1377 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
1404 if (n > ep - bp || n >= MAXHOSTNAMELEN) {
1408 strlcpy(bp, tbuf, (size_t)(ep - bp));