HomeSort by relevance Sort by last modified time
    Searched refs:wbsize (Results 1 - 2 of 2) sorted by null

  /external/mksh/src/
shf.c 151 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
178 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
218 shf->wbsize = bsize;
352 nbuf = aresize2(shf->buf, 2, shf->wbsize, shf->areap);
355 shf->rbsize += shf->wbsize;
356 shf->wnleft += shf->wbsize;
357 shf->wbsize <<= 1;
395 shf->wnleft = shf->wbsize;
664 if (nbytes > shf->wbsize) {
666 if (shf->wbsize)
    [all...]
sh.h 1069 ssize_t wbsize; /* size of buffer (0 if SHF_UNBUF) */ member in struct:shf
    [all...]

Completed in 41 milliseconds