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

  /external/mksh/src/
shf.c 146 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
173 shf->wbsize = sflags & SHF_UNBUF ? 0 : bsize;
213 shf->wbsize = bsize;
347 nbuf = aresize2(shf->buf, 2, shf->wbsize, shf->areap);
350 shf->rbsize += shf->wbsize;
351 shf->wnleft += shf->wbsize;
352 shf->wbsize <<= 1;
390 shf->wnleft = shf->wbsize;
659 if (nbytes > shf->wbsize) {
661 if (shf->wbsize)
    [all...]
sh.h 940 ssize_t wbsize; /* size of buffer (0 if SHF_UNBUF) */ member in struct:shf
    [all...]

Completed in 29 milliseconds