RBUFSIZE
buf = (char *)malloc(RBUFSIZE);
if ((RBUFSIZE - tlen) < PSIZE)
tlen = len = read(d, buf, RBUFSIZE);