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)
1245 char *ep;
1280 lscopeid = strtoul(scope, &ep, 10);
1282 if (errno == 0 && ep && *ep == '\0' && *scopeid == lscopeid)
1306 char *bp, *ep;
1338 ep = hostbuf + sizeof hostbuf;
1344 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
1368 n = dn_expand(answer->buf, eom, cp, bp, ep - bp);
1395 if (n > ep - bp || n >= MAXHOSTNAMELEN) {
1399 strlcpy(bp, tbuf, (size_t)(ep - bp));