Home | History | Annotate | Download | only in fwctl

Lines Matching defs:tlen

101 	int len, tlen, npad, fd, k, m, vec, lsystem = -1, nb;
141 tlen = 0;
142 while ((len = read(d, buf + tlen, PSIZE
143 /* RBUFSIZE - tlen */)) > 0) {
154 tlen += len;
155 if ((RBUFSIZE - tlen) < PSIZE)
159 tlen = len = read(d, buf, RBUFSIZE);
249 if ((char *)ptr < buf + tlen)
267 int len, tlen, header, fd, frames, packets, vec, offset, nhdr, i;
339 tlen = 0;
340 while (tlen < DSIZE * TNBUF) {
341 len = read(fd, pbuf + tlen, DSIZE * TNBUF - tlen);
343 if (tlen > 0)
351 tlen += len;
413 if (offset * DSIZE < tlen)